Skip to content

Commit 023b0db

Browse files
committed
Clarified as operator as not coercion site
1 parent 95383ec commit 023b0db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/type-coercions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ sites are:
6565
}
6666
```
6767

68-
* The [as] type cast operator can also explicitly perform type coercion.
68+
* The [as] type cast operator—while not a coercion site—can be used to
69+
explicitly perform type coercion.
6970

7071

7172
If the expression in one of these coercion sites is a coercion-propagating

0 commit comments

Comments
 (0)