Skip to content

Commit 5e6bd70

Browse files
committed
Reworded 'as' mention
1 parent 21bffc2 commit 5e6bd70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/type-coercions.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
They happen automatically at specific locations and are highly restricted in
55
what types actually coerce.
66

7-
The [type cast operator], `as`, is not a coersion site. However, most type
8-
conversions allowed by coersion can also be explicitly performed by `as`.
7+
Any conversions allowed by coersion can also be explicitly performed by the
8+
[type cast operator], `as`.
99

1010
Coercions are originally defined in [RFC 401] and expanded upon in [RFC 1558].
1111

12-
1312
## Coercion sites
1413

1514
A coercion can only occur at certain coercion sites in a program; these are

0 commit comments

Comments
 (0)