1
Fork 0

core: More concise description for mod ops

This commit is contained in:
Brian Anderson 2014-05-19 21:52:24 -07:00
parent 900b33a4e3
commit 220313e5e6

View 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 * Implementing these traits allows you to get an effect similar to
* overloading operators. * overloading operators.