Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 5031907

Browse files
committed
Merge pull request #49 from nliberg/patch-1
Fix mistake: "to to" -> "to"
2 parents 97fd91a + 6c022e3 commit 5031907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ownership/builders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If `T` is such a data structure, consider introducing a `T` _builder_:
1616
value. When possible, choose a better name: e.g. `Command` is the builder for
1717
`Process`.
1818
2. The builder constructor should take as parameters only the data _required_ to
19-
to make a `T`.
19+
make a `T`.
2020
3. The builder should offer a suite of convenient methods for configuration,
2121
including setting up compound inputs (like slices) incrementally.
2222
These methods should return `self` to allow chaining.

0 commit comments

Comments
 (0)