Document DiagnosticSet, SyntaxMap

This commit is contained in:
Max Brunsfeld 2024-01-18 15:34:04 -08:00
parent b65cf6d2d9
commit 058f39c180
4 changed files with 45 additions and 5 deletions

View file

@ -145,7 +145,7 @@ pub enum IndentKind {
/// An ASCII space character.
#[default]
Space,
/// An ASCII tab chracter.
/// An ASCII tab character.
Tab,
}