Skip to content

Commit 4086c70

Browse files
committed
minor grammar fix
1 parent 80fe743 commit 4086c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libcyphal/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ CETL_NODISCARD UpVariant upcastVariant(Variant&& variant)
152152

153153
/// @brief Wraps the given action into a lambda and performs it without throwing exceptions.
154154
///
155-
/// In use f.e. for `cetl::visit` which might hypothetically throw an exceptions.
155+
/// In use f.e. for `cetl::visit` which might hypothetically throw an exception.
156156
///
157157
/// @return `true` if the action was performed successfully, `false` if an exception was thrown.
158158
/// Always `true` if exceptions are disabled.

0 commit comments

Comments
 (0)