feat: add correct comment for RUBY (#1247)
* feat: add correct comment for RUBY * fix: use correct multi-line comments for RUBY
This commit is contained in:
parent
1623e3c6a8
commit
ab536479d0
@ -172,7 +172,12 @@
|
|||||||
=== "Ruby"
|
=== "Ruby"
|
||||||
|
|
||||||
```ruby title=""
|
```ruby title=""
|
||||||
|
### 标题注释,用于标注函数、类、测试样例等 ###
|
||||||
|
|
||||||
|
# 内容注释,用于详解代码
|
||||||
|
|
||||||
|
# 多行
|
||||||
|
# 注释
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Zig"
|
=== "Zig"
|
||||||
|
Loading…
Reference in New Issue
Block a user