Skip to content

Commit

Permalink
Fix typo in docstring of ASTNode_isLogical
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 23, 2022
1 parent a0b3fc0 commit 92378f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbml/math/ASTNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 92378f0

Please sign in to comment.