mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
minor wording change
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
73597778b9
commit
ba1a1e9243
1 changed files with 2 additions and 2 deletions
|
@ -3525,7 +3525,7 @@ fn to_provides_report<'a>(
|
|||
alloc.concat([
|
||||
alloc.reflow("I am expecting the "),
|
||||
alloc.keyword("to"),
|
||||
alloc.reflow(" keyword next, like"),
|
||||
alloc.reflow(" keyword next, like:"),
|
||||
]),
|
||||
alloc
|
||||
.parser_suggestion("to pf")
|
||||
|
@ -3547,7 +3547,7 @@ fn to_provides_report<'a>(
|
|||
let doc = alloc.stack([
|
||||
alloc.reflow(r"I am partway through parsing a header, but I got stuck here:"),
|
||||
alloc.region_with_subregion(lines.convert_region(surroundings), region),
|
||||
alloc.reflow("I am expecting platform name, like"),
|
||||
alloc.reflow("I am expecting the platform name next, like:"),
|
||||
alloc
|
||||
.parser_suggestion("to pf")
|
||||
.indent(4),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue