We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fe743 commit 4086c70Copy full SHA for 4086c70
include/libcyphal/types.hpp
@@ -152,7 +152,7 @@ CETL_NODISCARD UpVariant upcastVariant(Variant&& variant)
152
153
/// @brief Wraps the given action into a lambda and performs it without throwing exceptions.
154
///
155
-/// In use f.e. for `cetl::visit` which might hypothetically throw an exceptions.
+/// In use f.e. for `cetl::visit` which might hypothetically throw an exception.
156
157
/// @return `true` if the action was performed successfully, `false` if an exception was thrown.
158
/// Always `true` if exceptions are disabled.
0 commit comments