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 8a1ccaa commit 67deb37Copy full SHA for 67deb37
src/second-peek.md
@@ -44,7 +44,7 @@ impl<T> Option<T> {
44
}
45
```
46
47
-It demotes the Option<T> to an Option to a reference to its internals. We could
+It demotes the `Option<T>` to an Option to a reference to its internals. We could
48
do this ourselves with an explicit match but *ugh no*. It does mean that we
49
need to do an extra dereference to cut through the extra indirection, but
50
thankfully the `.` operator handles that for us.
0 commit comments