Skip to content

Commit fee4d81

Browse files
committed
Minor cleanup
1 parent 3cd3b42 commit fee4d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/rust/tutorials/groupings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const tutorial_groupings = (
7070
},
7171
end: {
7272
line: 65,
73-
character: 1,
73+
character: 0,
7474
},
7575
properties: {
7676
class: "addition",
@@ -98,7 +98,7 @@ export const tutorial_groupings = (
9898
(by way of creating{" "}
9999
<R n="rs-willow25-groupings-TimeRange">TimeRanges</R>), created new
100100
intersecting ranges from them, and used the{" "}
101-
<R n="rs-willow25-groupings-CoordinatelikeExt-is_in" />{" "}
101+
<R n="rs-willow25-groupings-CoordinatelikeExt-is_in">is_in</R>{" "}
102102
method to test for entry membership.
103103
</Li>
104104
<Li>

0 commit comments

Comments
 (0)