Spellcheck, and added a Release Note entry

This commit is contained in:
Andrew Johnson
2025-05-17 16:13:22 -05:00
parent dc776b547a
commit 38c11d3afe
3 changed files with 14 additions and 2 deletions

View File

@@ -367,7 +367,7 @@ C<:=> : assigns a value (right hand side) to a variable (i.e. field)
=back
=head3 Parantheses, Comma, and Semicolon
=head3 Parentheses, Comma, and Semicolon
The open C<(> and close parentheses C<)> are supported to override precedence
rules in a sub-expression.

View File

@@ -396,7 +396,7 @@ C<:=> : assigns a value (right hand side) to a variable (i.e. field)
=back
=head3 Parantheses, Comma, and Semicolon
=head3 Parentheses, Comma, and Semicolon
The open C<(> and close parentheses C<)> are supported to override precedence
rules in a sub-expression.