fix: converted single to triple backticks9 (#36236)

This commit is contained in:
Randell Dawson
2019-06-20 14:49:26 -07:00
committed by Tom
parent ab2523953b
commit da6bd27eec
75 changed files with 1904 additions and 1733 deletions

View File

@@ -16,8 +16,9 @@ localeTitle: تعليقات في جافا
لإنشاء خط تعليق واحد فقط إضافة اثنين `//` مائلة قبل النص.
`// This is how single line comment looks like
`
```java
// This is how single line comment looks like
```
#### 2\. تعليق متعدد الخط