We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26999a3 + 7583085 commit 524e561Copy full SHA for 524e561
src/type-safety.md
@@ -278,7 +278,7 @@ tradeoff:
278
to work well but complex configuration is less convenient.
279
280
Under the rubric of making easy things easy and hard things possible, all
281
-builder methods for a consuming builder should take and returned an owned
+builder methods for a consuming builder should take and return an owned
282
`self`. Then client code works as follows:
283
284
```rust
0 commit comments