Auto merge of #25450 - dnaeon:docs, r=alexcrichton

This commit is contained in:
bors 2015-05-16 07:01:32 +00:00
commit 15c18e725c

View file

@ -156,7 +156,7 @@ fn main() {
This associated function builds a new `Circle` for us. Note that associated
functions are called with the `Struct::function()` syntax, rather than the
`ref.method()` syntax. Some other langauges call associated functions static
`ref.method()` syntax. Some other languages call associated functions static
methods.
# Builder Pattern