We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad140af + 6e04fe1 commit 2e00373Copy full SHA for 2e00373
docs/learn-sapio/src/ch08-03-concrete.md
@@ -19,7 +19,7 @@ struct GenericB<T:Compilable> {
19
20
21
In `GenericA` we use a _trait object_ to allow us to let the `send_to` field
22
-equal any `Compilable` type while having having the same type `GenericA`,
+equal any `Compilable` type while having the same type `GenericA`,
23
whereas `GenericB` takes a type parameter that makes the `GenericB` more
24
specifically typed.
25
@@ -81,4 +81,4 @@ Thus a `Concrete` can be used in a Serialize/Deserialize/JsonSchema API bound
81
context, whereas a `GenericA` could not.
82
83
84
-### TODO: Implement path for making this section easier!
+### TODO: Implement path for making this section easier!
0 commit comments