Skip to content

Commit 5164816

Browse files
AloeareVehuss
andauthored
Apply suggestions from code review
Co-authored-by: Eric Huss <[email protected]>
1 parent 79e0589 commit 5164816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-coercions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sites are:
5353
}
5454
```
5555

56-
* Function results&ndash;either the final line of a block if it is not
56+
* Function results&mdash;either the final line of a block if it is not
5757
semicolon-terminated or any expression in a `return` statement
5858

5959
For example, `x` is coerced to have type `&dyn Display` in the following:
@@ -65,7 +65,7 @@ sites are:
6565
}
6666
```
6767

68-
* The [as] type cast operator can also explicitly perform type coersion.
68+
* The [as] type cast operator can also explicitly perform type coercion.
6969

7070

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

0 commit comments

Comments
 (0)