From c5c980ac2a46292a49fb1b2321340e0aebc6e71e Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 6 Oct 2013 18:51:58 +1100 Subject: Fix a typo in std::ops documentation --- src/libstd/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/ops.rs b/src/libstd/ops.rs index 3418fd939bd..62685b5dcd3 100644 --- a/src/libstd/ops.rs +++ b/src/libstd/ops.rs @@ -14,7 +14,7 @@ /*! * * Traits for the built-in operators. Implementing these traits allows you to get - * an effect similar to oveloading operators. + * an effect similar to overloading operators. * * The values for the right hand side of an operator are automatically * borrowed, so `a + b` is sugar for `a.add(&b)`. -- cgit 1.4.1-3-g733a5