Skip to content

Commit 707aafc

Browse files
committed
doc: fix comment typo
1 parent 9d1b595 commit 707aafc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zxbc/zxbparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ def p_sgn(p):
33303330

33313331

33323332
# ----------------------------------------
3333-
# Trigonometrics and LN, EXP, SQR
3333+
# Trigonometric and LN, EXP, SQR
33343334
# ----------------------------------------
33353335
def p_expr_trig(p):
33363336
"""bexpr : math_fn bexpr %prec UMINUS"""

0 commit comments

Comments
 (0)