]> git.lizzy.rs Git - rust.git/commitdiff
core: More concise description for mod ops
authorBrian Anderson <banderson@mozilla.com>
Tue, 20 May 2014 04:52:24 +0000 (21:52 -0700)
committerBrian Anderson <banderson@mozilla.com>
Tue, 20 May 2014 17:38:21 +0000 (10:38 -0700)
src/libcore/ops.rs

index 4c31face2e3e28041b4e0bba624e145eaa0e94b8..1eab5c04469fc62c920471356017f40e38189e9b 100644 (file)
@@ -10,7 +10,7 @@
 
 /*!
  *
- * Traits representing built-in operators, useful for overloading
+ * Overloadable operators
  *
  * Implementing these traits allows you to get an effect similar to
  * overloading operators.