From 6f40d65a654d8ad81cdc0179f5b71737f3dc349e Mon Sep 17 00:00:00 2001 From: Ivan Santiago Paunovic Date: Fri, 17 Jul 2020 15:38:55 -0300 Subject: [PATCH] Fix nit Co-authored-by: Michel Hidalgo --- rcl/include/rcl/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/include/rcl/context.h b/rcl/include/rcl/context.h index dba9a92a4d..7f2838a0cc 100644 --- a/rcl/include/rcl/context.h +++ b/rcl/include/rcl/context.h @@ -242,7 +242,7 @@ rcl_context_get_instance_id(rcl_context_t * context); /// Returns the context domain id. /** - * \pre If context is uninitialized, then it is undefined behavior. + * \remarks If context is uninitialized, then it is undefined behavior. * *
* Attribute | Adherence