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 ea6f65c commit 83d01ccCopy full SHA for 83d01cc
src/doc/guide.md
@@ -4789,7 +4789,7 @@ of `Option`, we need to provide a concrete type in place of the type
4789
parameter. For example, if we wanted something like our `OptionalInt`, we would
4790
need to instantiate an `Option<i32>`. Inside the declaration of our enum,
4791
wherever we see a `T`, we replace it with the type specified (or inferred by the
4792
-the compiler).
+compiler).
4793
4794
```{rust}
4795
let x: Option<i32> = Some(5);
0 commit comments