Browse Source

Fix tokenization

AnimiVulpis 7 years ago
parent
commit
86aee1cfae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/ag.md

+ 1 - 1
pages/common/ag.md

@@ -20,7 +20,7 @@
 
 - Find files whose contents match a regular expression:
 
-`ag '^{{ba}}({{r}}|{{z}})$'`
+`ag '{{^ba(r|z)$}}'`
 
 - Find files with a name matching "foo":