diff --git a/src/libcore/ops.rs b/src/libcore/ops.rs
index 4c31face2e3..1eab5c04469 100644
--- a/src/libcore/ops.rs
+++ b/src/libcore/ops.rs
@@ -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.