Skip to content

Commit

Permalink
Merge pull request #230 from giordano/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docstring of `ASTNode_isLogical`
  • Loading branch information
fbergmann committed May 24, 2022
2 parents a0b3fc0 + 92378f0 commit 7d740d4
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 7d740d4

Please sign in to comment.