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.
2 parents 2398f37 + 1660f16 commit 2e33d42Copy full SHA for 2e33d42
info.toml
@@ -627,7 +627,7 @@ propagated using `?` operators. How do we declare a return type from `main()` th
627
628
Under the hood, the `?` operator calls `From::from` on the error value to convert it to a boxed
629
trait object, a `Box<dyn error::Error>`. This boxed trait object is polymorphic, and since all
630
-errors implement the `error:Error` trait, we can capture lots of different errors in one "Box"
+errors implement the `error::Error` trait, we can capture lots of different errors in one "Box"
631
object.
632
633
Check out this section of the book:
0 commit comments