aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdlang/symbol.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdlang/symbol.d')
-rw-r--r--src/sdlang/symbol.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdlang/symbol.d b/src/sdlang/symbol.d
index 14a74a7..ebb2b93 100644
--- a/src/sdlang/symbol.d
+++ b/src/sdlang/symbol.d
@@ -38,7 +38,7 @@ private Symbol _symbol(string name)
/// This only represents terminals. Nonterminal tokens aren't
/// constructed since the AST is built directly during parsing.
///
-/// You can't create a Symbol directly. Instead, use the 'symbol'
+/// You can't create a Symbol directly. Instead, use the `symbol`
/// template.
struct Symbol
{