From ab536479d09fd724bd8054c417dadebc9a6c6297 Mon Sep 17 00:00:00 2001 From: bluebean-cloud <107179338+bluebean-cloud@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:11:19 +0800 Subject: [PATCH] feat: add correct comment for RUBY (#1247) * feat: add correct comment for RUBY * fix: use correct multi-line comments for RUBY --- docs/chapter_preface/suggestions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/chapter_preface/suggestions.md b/docs/chapter_preface/suggestions.md index 8b4056366..292038dee 100644 --- a/docs/chapter_preface/suggestions.md +++ b/docs/chapter_preface/suggestions.md @@ -172,7 +172,12 @@ === "Ruby" ```ruby title="" + ### 标题注释,用于标注函数、类、测试样例等 ### + # 内容注释,用于详解代码 + + # 多行 + # 注释 ``` === "Zig"