Spellcheck, and added a Release Note entry
This commit is contained in:
12
documentation/new-notes/PR-651.md
Normal file
12
documentation/new-notes/PR-651.md
Normal 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.
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user