Skip to content

Commit 88f9272

Browse files
committed
docs: fix typo in description of Strutil::parse_values (#4512)
Signed-off-by: Larry Gritz <[email protected]>
1 parent af985e1 commit 88f9272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/OpenImageIO/strutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ bool OIIO_UTIL_API
10021002
parse_values(string_view& str, string_view prefix, span<int> values,
10031003
string_view sep = "", string_view postfix = "",
10041004
bool eat = true) noexcept;
1005-
/// parse_values for int.
1005+
/// parse_values for float.
10061006
bool OIIO_UTIL_API
10071007
parse_values(string_view& str, string_view prefix, span<float> values,
10081008
string_view sep = "", string_view postfix = "",

0 commit comments

Comments
 (0)