From 38c11d3afeb442f7ae57733981f1524c128a208b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 17 May 2025 16:13:22 -0500 Subject: [PATCH] Spellcheck, and added a Release Note entry --- documentation/new-notes/PR-651.md | 12 ++++++++++++ modules/database/src/std/rec/calcRecord.dbd.pod | 2 +- modules/database/src/std/rec/calcoutRecord.dbd.pod | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 documentation/new-notes/PR-651.md 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.