diff options
| author | 2024-08-27 13:32:30 +0100 | |
|---|---|---|
| committer | 2024-08-27 13:32:30 +0100 | |
| commit | 8b02fef312187b89c446d7a03274eb3946e2eef0 (patch) | |
| tree | beaa6d706b706fc20bcf0757dc698286af8deeda | |
| parent | Use sa_family_t instead of int. (diff) | |
Fix a minor doxygen warning.
| -rw-r--r-- | include/numeric.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/numeric.h b/include/numeric.h index c135552bd..558f71171 100644 --- a/include/numeric.h +++ b/include/numeric.h @@ -130,7 +130,7 @@ public: /** Formats the string with the specified arguments and adds them to the numeric. * @param text A format string to format and then push. - * @param p One or more arguments to format the string with. + * @param args One or more arguments to format the string with. */ template <typename... Args> Numeric& push_fmt(const char* text, Args&&... args) |
