From 92378f051fe1b5b16244c89b9a8f64de03cd57d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 23 May 2022 15:02:56 +0100 Subject: [PATCH] Fix typo in docstring of `ASTNode_isLogical` --- src/sbml/math/ASTNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbml/math/ASTNode.h b/src/sbml/math/ASTNode.h index 81f0a8f201..63fc041839 100644 --- a/src/sbml/math/ASTNode.h +++ b/src/sbml/math/ASTNode.h @@ -3294,7 +3294,7 @@ ASTNode_isLog10 (const ASTNode_t *node); * @param node the node to query. * * @return @c 1 (true) if @p node is a MathML logical operator (@c and, @c or, - * @c not, @c xor), @c 0otherwise. + * @c not, @c xor), @c 0 otherwise. * * @memberof ASTNode_t */