Update comment

This commit is contained in:
Victor Zverovich 2016-11-19 07:41:28 -08:00
parent 95a53e1f62
commit caa60b9c99

View File

@ -1743,8 +1743,8 @@ class ArgVisitor {
\rst \rst
Visits an argument dispatching to the appropriate visit method based on Visits an argument dispatching to the appropriate visit method based on
the argument type. For example, if the argument type is ``double`` then the argument type. For example, if the argument type is ``double`` then
the `~fmt::ArgVisitor::visit_double()` method of the *Impl* class will be the `~fmt::ArgVisitor::operator()(double)` method of the *Impl* class will
called. be called.
\endrst \endrst
*/ */
Result visit(const format_arg &arg) { Result visit(const format_arg &arg) {