We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e0589 commit 5164816Copy full SHA for 5164816
src/type-coercions.md
@@ -53,7 +53,7 @@ sites are:
53
}
54
```
55
56
-* Function results–either the final line of a block if it is not
+* Function results—either the final line of a block if it is not
57
semicolon-terminated or any expression in a `return` statement
58
59
For example, `x` is coerced to have type `&dyn Display` in the following:
@@ -65,7 +65,7 @@ sites are:
65
66
67
68
-* The [as] type cast operator can also explicitly perform type coersion.
+* The [as] type cast operator can also explicitly perform type coercion.
69
70
71
If the expression in one of these coercion sites is a coercion-propagating
0 commit comments