Skip to content

Commit

Permalink
Auto merge of #25450 - dnaeon:docs, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed May 16, 2015
2 parents 7dbee36 + 92e44b0 commit 15c18e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/method-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15c18e7

Please sign in to comment.