瀏覽代碼

Fix missing parenthesis

Alois Mahdal 10 年之前
父節點
當前提交
1d2701c958
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      notes/guidelines.md

+ 1
- 1
notes/guidelines.md 查看文件

98
 Otherwise use `think()` instead.
98
 Otherwise use `think()` instead.
99
 
99
 
100
 If you want to make your script "user-friendly" (like babbling about
100
 If you want to make your script "user-friendly" (like babbling about
101
-what it's doing, consider setting `FFOO_VERBOSE` to true in header of
101
+what it's doing), consider setting `FFOO_VERBOSE` to true in header of
102
 your script (and implementing `-q|--quiet` to tun it off).
102
 your script (and implementing `-q|--quiet` to tun it off).
103
 
103
 
104
 
104