diff --git a/format.h b/format.h index 32ad22f0..cfa3fd27 100644 --- a/format.h +++ b/format.h @@ -1368,11 +1368,11 @@ inline const wchar_t *c_str(internal::FormatterProxy p) { } /** - A sink that ignores output. + A sink that discards all output written to it. */ class NullSink { public: - /** Ignores the output. */ + /** Discards the output. */ template void operator()(const BasicWriter &) const {} };