Skip to content

Commit 1a7d355

Browse files
committed
wip
1 parent 5119ede commit 1a7d355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/openmethod/registry.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct rtti {
197197
//! of type ids to be deferred until the first call to @ref update.
198198
struct deferred_static_rtti : rtti {};
199199

200-
//! Policy to handle errors.
200+
//! Policy category for error handling.
201201
//!
202202
//! A @e error_handler policy runs code before the library terminats the program
203203
//! due to an error. This can be useful for throwing, logging, cleanup, or other

0 commit comments

Comments
 (0)