瀏覽代碼

zkas: Correct rustdoc typo

x 6 月之前
父節點
當前提交
9ac548af37
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/zkas/parser.rs

+ 1 - 1
src/zkas/parser.rs

@@ -467,7 +467,7 @@ impl Parser {
     }
 
     /// Parse a typed section (constant or witness) into an IndexMap.
-    /// Both sections have the same structure: pairs of '<Type> <n>' separated by commas.
+    /// Both sections have the same structure: pairs of `<Type> <n>` separated by commas.
     fn parse_typed_section(
         &self,
         section_name: &str,