Skip to content

Commit 2e00373

Browse files
authored
Merge pull request #178 from git-sgmoore/patch-25
Minor typo
2 parents ad140af + 6e04fe1 commit 2e00373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/learn-sapio/src/ch08-03-concrete.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct GenericB<T:Compilable> {
1919

2020

2121
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`,
22+
equal any `Compilable` type while having the same type `GenericA`,
2323
whereas `GenericB` takes a type parameter that makes the `GenericB` more
2424
specifically typed.
2525

@@ -81,4 +81,4 @@ Thus a `Concrete` can be used in a Serialize/Deserialize/JsonSchema API bound
8181
context, whereas a `GenericA` could not.
8282

8383

84-
### TODO: Implement path for making this section easier!
84+
### TODO: Implement path for making this section easier!

0 commit comments

Comments
 (0)