From 220313e5e6945fd3d056c54b66a44e31d07c180e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 19 May 2014 21:52:24 -0700 Subject: [PATCH] core: More concise description for mod ops --- src/libcore/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.