diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-05-21 12:48:07 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-05-21 12:48:07 +0200 |
commit | 5990e7b3b300642d8551f202bcd1b9312f426677 (patch) | |
tree | c4623d94f87694b2cfbb071565e27c6ac7cd7c0b | |
parent | ab50f2ccc57ebe577cbdad4afa29b66317b87bcc (diff) |
Fix typo
Change-Id: I0b5ce0a4c6adc339c14a65bd9a8f9b8f3eb8979a
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r-- | source/text/scalc/01/func_convert.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_convert.xhp b/source/text/scalc/01/func_convert.xhp index b64adbc994..90dc06254f 100644 --- a/source/text/scalc/01/func_convert.xhp +++ b/source/text/scalc/01/func_convert.xhp @@ -49,7 +49,7 @@ <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <paragraph xml-lang="en-US" id="par_id3156336" role="paragraph"> <input>=CONVERT(-10; "C"; "F")</input></paragraph> - <paragraph role="paragraph" id="par_id951620413562988">Here the function converts -10 degrees Celsius to degrees Fahrenheit, returning the value 14. There is not a simple multiplicative relationship bewteen temperature units, as different reference points are used. Hence, as in this case, an input negative number may be converted to a positive value.</paragraph> + <paragraph role="paragraph" id="par_id951620413562988">Here the function converts -10 degrees Celsius to degrees Fahrenheit, returning the value 14. There is not a simple multiplicative relationship between temperature units, as different reference points are used. Hence, as in this case, an input negative number may be converted to a positive value.</paragraph> <paragraph xml-lang="en-US" id="par_id3154834" role="paragraph"> <input>=CONVERT(3.5; "mi"; "yd")</input></paragraph> <paragraph role="paragraph" id="par_id971620413678102">Here the function converts 3.5 international miles to yards, returning the value 6160. Both units are in the Length and distance group.</paragraph> |