소스 검색

Made it look less Perl-ish

Alois Mahdal (@azzgoat) 11 년 전
부모
커밋
433d9085e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      examples/objects.md

+ 1
- 1
examples/objects.md 파일 보기

@@ -25,7 +25,7 @@ Rules
25 25
 
26 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 30
 *   TODO: define how to introduce style
31 31