diff options
Diffstat (limited to '')
-rw-r--r-- | src/fmtlib/fmt/args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmtlib/fmt/args.h b/src/fmtlib/fmt/args.h index a3966d1..2d684e7 100644 --- a/src/fmtlib/fmt/args.h +++ b/src/fmtlib/fmt/args.h @@ -1,4 +1,4 @@ -// Formatting library for C++ - dynamic format arguments +// Formatting library for C++ - dynamic argument lists // // Copyright (c) 2012 - present, Victor Zverovich // All rights reserved. |