Skip to content

Commit

Permalink
minor wording change
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Nov 28, 2023
1 parent 7359777 commit ba1a1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/reporting/src/error/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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),
Expand Down

0 comments on commit ba1a1e9

Please sign in to comment.