mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
Fix four occorrences of a typo ("arugment") in the Javadoc comments
This commit is contained in:
@@ -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()`
|
||||
|
||||
Reference in New Issue
Block a user