minor wording change

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-11-28 11:42:52 +01:00 committed by GitHub
parent 73597778b9
commit ba1a1e9243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3525,7 +3525,7 @@ fn to_provides_report<'a>(
alloc.concat([ alloc.concat([
alloc.reflow("I am expecting the "), alloc.reflow("I am expecting the "),
alloc.keyword("to"), alloc.keyword("to"),
alloc.reflow(" keyword next, like"), alloc.reflow(" keyword next, like:"),
]), ]),
alloc alloc
.parser_suggestion("to pf") .parser_suggestion("to pf")
@ -3547,7 +3547,7 @@ fn to_provides_report<'a>(
let doc = alloc.stack([ let doc = alloc.stack([
alloc.reflow(r"I am partway through parsing a header, but I got stuck here:"), 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.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 alloc
.parser_suggestion("to pf") .parser_suggestion("to pf")
.indent(4), .indent(4),