diff --git a/src/clp_ffi_js/ir/StreamReader.hpp b/src/clp_ffi_js/ir/StreamReader.hpp index f8314ff0..f78937d2 100644 --- a/src/clp_ffi_js/ir/StreamReader.hpp +++ b/src/clp_ffi_js/ir/StreamReader.hpp @@ -138,7 +138,7 @@ class StreamReader { * @param use_filter * @param log_event_to_string * @return See `decode_range`. - * @throw Propagates `ToStringFunc`'s exception. + * @throw Propagates exceptions from `ToStringFunc`. */ template requires requires(ToStringFunc func, LogEvent const& log_event) {