Skip to content

Commit 38bbee1

Browse files
committed
iox-#1613 Fix documentation
1 parent 5c3916f commit 38bbee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iceoryx_hoofs/testing/include/iceoryx_hoofs/testing/fatal_failure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bool IOX_FATAL_FAILURE_TEST(const std::function<void()>& testFunction,
5454
/// }
5555
/// @endcode
5656
/// @tparam[in] ErrorType The error type which is expected, e.g. 'iox::HoofsError'
57-
/// @param[in] testFunction This function will be executed as SUT and is not expected to call the error handler
57+
/// @param[in] testFunction This function will be executed as SUT and is expected to call the error handler
5858
/// @param[in] expectedError The error value which triggered the fatal failure
5959
/// @return true if a fatal failure occurs, false otherwise
6060
template <typename ErrorType>

0 commit comments

Comments
 (0)