Skip to content

Commit

Permalink
Fix mistake: "to to" -> "to"
Browse files Browse the repository at this point in the history
  • Loading branch information
nliberg authored and jooert committed May 28, 2015
1 parent 31a007a commit d0744ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/style/ownership/builders.md
Expand Up @@ -16,7 +16,7 @@ If `T` is such a data structure, consider introducing a `T` _builder_:
value. When possible, choose a better name: e.g. `Command` is the builder for
`Process`.
2. The builder constructor should take as parameters only the data _required_ to
to make a `T`.
make a `T`.
3. The builder should offer a suite of convenient methods for configuration,
including setting up compound inputs (like slices) incrementally.
These methods should return `self` to allow chaining.
Expand Down

0 comments on commit d0744ba

Please sign in to comment.