From caa60b9c998cc49eedfa6d8536149bc8376013e1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 19 Nov 2016 07:41:28 -0800 Subject: [PATCH] Update comment --- fmt/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index 0eb1f457..d0a01468 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -1743,8 +1743,8 @@ class ArgVisitor { \rst Visits an argument dispatching to the appropriate visit method based on the argument type. For example, if the argument type is ``double`` then - the `~fmt::ArgVisitor::visit_double()` method of the *Impl* class will be - called. + the `~fmt::ArgVisitor::operator()(double)` method of the *Impl* class will + be called. \endrst */ Result visit(const format_arg &arg) {