Skip to content

Commit 0cb991f

Browse files
authored
Merge pull request #1708 from WaffleLapkin/patch-1
fix typo in a "rule" name in type-coercions.md
2 parents 5d734c9 + 49f7707 commit 0cb991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-coercions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ r[coerce.intro]
77
They happen automatically at specific locations and are highly restricted in
88
what types actually coerce.
99

10-
r[cerce.as]
10+
r[coerce.as]
1111
Any conversions allowed by coercion can also be explicitly performed by the
1212
[type cast operator], `as`.
1313

0 commit comments

Comments
 (0)