]> git.lizzy.rs Git - rust.git/commitdiff
docs: Typo fix
authorMarin Atanasov Nikolov <dnaeon@gmail.com>
Fri, 15 May 2015 18:46:59 +0000 (21:46 +0300)
committerMarin Atanasov Nikolov <dnaeon@gmail.com>
Fri, 15 May 2015 18:46:59 +0000 (21:46 +0300)
src/doc/trpl/method-syntax.md

index 1527d9cf978df96af30197592a36ab15f1cd015a..a166e4acc4eaf1f1811e3ec9df078e70e5bf3b00 100644 (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