mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix typo
This commit is contained in:
parent
55befee0b0
commit
57f55dbe7e
2 changed files with 2 additions and 2 deletions
|
@ -3893,7 +3893,7 @@ fn to_space_report<'a>(
|
|||
Report {
|
||||
filename,
|
||||
doc,
|
||||
title: "ASII CONTROL CHARACTER".to_string(),
|
||||
title: "ASCII CONTROL CHARACTER".to_string(),
|
||||
severity: Severity::RuntimeError,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue