mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Fix typo
This commit is contained in:
parent
2d3bd43ad2
commit
959ac9b140
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ fn hint_for_tag_name<'a>(alloc: &'a RocDocAllocator<'a>) -> RocDocBuilder<'a> {
|
|||
fn hint_for_private_tag_name<'a>(alloc: &'a RocDocAllocator<'a>) -> RocDocBuilder<'a> {
|
||||
alloc.concat(vec![
|
||||
alloc.hint("Private tag names "),
|
||||
alloc.reflow("start with a `@` symbol followed by an uppercase letter, like "),
|
||||
alloc.reflow("start with an `@` symbol followed by an uppercase letter, like "),
|
||||
alloc.parser_suggestion("@UID"),
|
||||
alloc.text(" or "),
|
||||
alloc.parser_suggestion("@SecretKey"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue