Skip to content

Commit 67deb37

Browse files
dieterplexGankra
authored andcommitted
Type name not rendered correctly without backticks
That causes the invalid ePub file rendered by `mdbook-epub`.
1 parent 8a1ccaa commit 67deb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/second-peek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl<T> Option<T> {
4444
}
4545
```
4646

47-
It demotes the Option<T> to an Option to a reference to its internals. We could
47+
It demotes the `Option<T>` to an Option to a reference to its internals. We could
4848
do this ourselves with an explicit match but *ugh no*. It does mean that we
4949
need to do an extra dereference to cut through the extra indirection, but
5050
thankfully the `.` operator handles that for us.

0 commit comments

Comments
 (0)