link ctor -> builder

pull/3/head
Nick Cameron 9 years ago
parent ab19516a4f
commit 65f12dcaab

@ -55,7 +55,10 @@ language.
## Contributing
Contributions are very welcome!
You should start with [the template](template.md). Copy it into the appropriate
directory, edit it, and submit a PR. You might not want every section, and you
might want to add extra sections. Correction and elaboration PRs are also very
welcome.
might want to add extra sections.
Correction and elaboration PRs are very welcome.

@ -33,5 +33,5 @@ impl<T> Vec<T> {
## See also
The builder pattern for constructing objects where there are multiple
The [builder pattern](../patterns/builder.md) for constructing objects where there are multiple
configurations.

Loading…
Cancel
Save