Skip to content

Commit

Permalink
feat: add correct comment for RUBY (#1247)
Browse files Browse the repository at this point in the history
* feat: add correct comment for RUBY

* fix: use correct multi-line comments for RUBY
  • Loading branch information
bluebean-cloud committed Apr 10, 2024
1 parent 1623e3c commit ab53647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/chapter_preface/suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@
=== "Ruby"

```ruby title=""
### 标题注释,用于标注函数、类、测试样例等 ###

# 内容注释,用于详解代码

# 多行
# 注释
```

=== "Zig"
Expand Down

0 comments on commit ab53647

Please sign in to comment.