We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd3b42 commit fee4d81Copy full SHA for fee4d81
src/pages/rust/tutorials/groupings.tsx
@@ -70,7 +70,7 @@ export const tutorial_groupings = (
70
},
71
end: {
72
line: 65,
73
- character: 1,
+ character: 0,
74
75
properties: {
76
class: "addition",
@@ -98,7 +98,7 @@ export const tutorial_groupings = (
98
(by way of creating{" "}
99
<R n="rs-willow25-groupings-TimeRange">TimeRanges</R>), created new
100
intersecting ranges from them, and used the{" "}
101
- <R n="rs-willow25-groupings-CoordinatelikeExt-is_in" />{" "}
+ <R n="rs-willow25-groupings-CoordinatelikeExt-is_in">is_in</R>{" "}
102
method to test for entry membership.
103
</Li>
104
<Li>
0 commit comments