diff --git a/documentation/new-notes/PR-651.md b/documentation/new-notes/PR-651.md new file mode 100644 index 000000000..019dc07d7 --- /dev/null +++ b/documentation/new-notes/PR-651.md @@ -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. diff --git a/modules/database/src/std/rec/calcRecord.dbd.pod b/modules/database/src/std/rec/calcRecord.dbd.pod index d46b7c525..798b06bb5 100644 --- a/modules/database/src/std/rec/calcRecord.dbd.pod +++ b/modules/database/src/std/rec/calcRecord.dbd.pod @@ -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. diff --git a/modules/database/src/std/rec/calcoutRecord.dbd.pod b/modules/database/src/std/rec/calcoutRecord.dbd.pod index d427d28f2..f61d13342 100644 --- a/modules/database/src/std/rec/calcoutRecord.dbd.pod +++ b/modules/database/src/std/rec/calcoutRecord.dbd.pod @@ -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.