From c91593452944680bb02752890f750e1884da5b02 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Fri, 14 Nov 2025 12:03:00 +0100 Subject: [PATCH] Fix four occorrences of a typo ("arugment") in the Javadoc comments --- include/boost/static_string/static_string.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/static_string/static_string.hpp b/include/boost/static_string/static_string.hpp index ccb28e0..762a9f4 100644 --- a/include/boost/static_string/static_string.hpp +++ b/include/boost/static_string/static_string.hpp @@ -3733,8 +3733,8 @@ public: `{data() + pos, std::min(count, size() - pos))`. @param pos The index to being the substring at. The - default arugment for this parameter is `0`. - @param count The length of the substring. The default arugment + default argument for this parameter is `0`. + @param count The length of the substring. The default argument for this parameter is @ref npos. @throw std::out_of_range `pos > size()` @@ -3764,8 +3764,8 @@ public: to `{data() + pos, std::min(count, size() - pos))`. @param pos The index to being the substring at. The - default arugment for this parameter is `0`. - @param count The length of the substring. The default arugment + default argument for this parameter is `0`. + @param count The length of the substring. The default argument for this parameter is @ref npos. @throw std::out_of_range `pos > size()`