Skip to content

Commit

Permalink
Fix escaped expression for references (#753)
Browse files Browse the repository at this point in the history
Closes #749.
  • Loading branch information
theofidry authored Jun 28, 2017
1 parent 53863cd commit c913146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/advanced-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ There is obvious limits to this annotation: we cannot use the optional pattern w
- `{}`, digits and `.` (for lists)
- `'<X>'` pattern

Escaped expression: `'@@ref'` will return `'@ref'`
Escaped expression: `'\@ref'` will return `'@ref'`


### Property reference
Expand Down

0 comments on commit c913146

Please sign in to comment.