We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dbee36 + 92e44b0 commit 15c18e7Copy full SHA for 15c18e7
src/doc/trpl/method-syntax.md
@@ -156,7 +156,7 @@ fn main() {
156
157
This ‘associated function’ builds a new `Circle` for us. Note that associated
158
functions are called with the `Struct::function()` syntax, rather than the
159
-`ref.method()` syntax. Some other langauges call associated functions ‘static
+`ref.method()` syntax. Some other languages call associated functions ‘static
160
methods’.
161
162
# Builder Pattern
0 commit comments