Merge pull request #4310 from cjduncana/fix-article

Fix typo in error
This commit is contained in:
Anton-4 2022-10-12 16:12:33 +02:00 committed by GitHub
commit 795bd3ff09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,7 +508,7 @@ fn to_expr_report<'a>(
let region = LineColumnRegion::from_pos(lines.convert_pos(*pos));
let doc = alloc.stack([
alloc.reflow(r"I am partway through parsing an record, but I got stuck here:"),
alloc.reflow(r"I am partway through parsing a record, but I got stuck here:"),
alloc.region_with_subregion(lines.convert_region(surroundings), region),
alloc.concat([alloc.reflow("TODO provide more context.")]),
]);