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

@@ -0,0 +1,12 @@
### Documentation Updates
The reference documentation for the [event](eventRecord.html) record type
has been updated to cover the use of named events which were added in Base
3.14.12.3 and 3.15.1.
Documentation for CALC expression evaluation has been updated for format
enhancements and to add some missing operators.
The best documentation for these expressions can be found in the
[postfix.h](postfix_h.html) header in libCom, but both the
[calc](calcRecord.html) and [calcout](calcoutRecord.html) record reference
pages also cover the infix expressions supported.

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.