diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-12 23:14:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-12 23:14:29 +0100 |
| commit | db1659a987cd240b78e45666617248d3d0cc7d64 (patch) | |
| tree | 90b2ed3d59e19de743f14f2677af49b522900578 /src/syntax/token.rs | |
| parent | 094462cbdda15f19d2dc071b18201f656b8ddcd4 (diff) | |
Rename any template to func template ✏
Diffstat (limited to 'src/syntax/token.rs')
| -rw-r--r-- | src/syntax/token.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/token.rs b/src/syntax/token.rs index 411e835f..3171c887 100644 --- a/src/syntax/token.rs +++ b/src/syntax/token.rs @@ -191,7 +191,7 @@ impl<'s> Token<'s> { pub fn name(self) -> &'static str { match self { Self::LeftBracket => "opening bracket", - Self::HashBracket => "start of function template", + Self::HashBracket => "start of bracket function", Self::RightBracket => "closing bracket", Self::LeftBrace => "opening brace", Self::RightBrace => "closing brace", |
