瀏覽代碼

Made it look less Perl-ish

Alois Mahdal (@azzgoat) 12 年之前
父節點
當前提交
433d9085e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      examples/objects.md

+ 1
- 1
examples/objects.md 查看文件

25
 
25
 
26
 *   there is no formal hierarchy, proper naming can be introduced if needed
26
 *   there is no formal hierarchy, proper naming can be introduced if needed
27
 
27
 
28
-*   if the line body starts with `qr/(\w+):/`, `$1` is the object name
28
+*   if the line body starts with `/(\w+):/`, `$1` is the object name
29
 
29
 
30
 *   TODO: define how to introduce style
30
 *   TODO: define how to introduce style
31
 
31