瀏覽代碼

csc: clarify example. (#2940)

Marco Bonelli 5 年之前
父節點
當前提交
9c59940f45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/csc.md

+ 1 - 1
pages/common/csc.md

@@ -20,7 +20,7 @@
 
 - Embed a resource:
 
-`csc /resource:{{path/to/target_file.cs}},{{namespace.string.name}} {{path/to/input_file.cs}}`
+`csc /resource:{{path/to/resource_file}} {{path/to/input_file.cs}}`
 
 - Automatically generate XML documentation: