diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-14 09:43:24 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-14 09:58:42 +0200 |
commit | be4de7018027689a105e8cf60f30bf2ce46690a4 (patch) | |
tree | 929530db04d26030eb4c41a575300e939b68618e | |
parent | dab0c782e5d051741a7a3b103a55ae591783b627 (diff) |
Typos
Change-Id: Ied4fc30f8f8b27b94bd7dbf699b5f5d48ecba38f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156886
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060199.xhp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060199.xhp b/source/text/scalc/01/04060199.xhp index 30648afb93..eb5af00c9a 100644 --- a/source/text/scalc/01/04060199.xhp +++ b/source/text/scalc/01/04060199.xhp @@ -351,7 +351,7 @@ <tablecell><paragraph role="tablecontent" id="par_id731687561708790">right</paragraph></tablecell> <tablecell><paragraph role="tablecontent" localize="false" id="par_id61687561711845">+,-</paragraph> </tablecell> - <tablecell><paragraph role="tablecontent" id="par_id721687561715845">Prefix unary operators, e.g., -5 or -A1. Note that these have a different precedence than add and subtract.</paragraph> + <tablecell><paragraph role="tablecontent" id="par_id721687561715845">Prefix unary operators. For example, -5 or -A1. Note that these have a different precedence than add and subtract.</paragraph> </tablecell> </tablerow> <tablerow> @@ -405,8 +405,7 @@ </table> <note id="par_id241687561247336">Prefix "-" has a higher precedence than "^", "^" is left-associative, and reference intersection has a higher precedence than reference union.</note> -<note id="par_id941687561277896">Prefix "+" and "-" are defined to be right-associative. However, note that typical -applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical.</note> +<note id="par_id941687561277896">Prefix "+" and "-" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical.</note> <note id="par_id411687561295059">Precedence can be overridden by using parentheses, so "=2+3*4" computes to 14 but "=(2+3)*4" computes 20.</note> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id661687565493405"><link href="OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators">OpenDocument v1.3 part4, Formula Operators</link></paragraph> |