diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-12-09 21:05:12 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-09 23:08:02 +0000 |
commit | f5dc5a9dc64efa25a9553a0bcc4f1c94b775a15a (patch) | |
tree | fe15eff8f89025231e854197bdee819dccab4ed4 /source | |
parent | 9cd78ba1f7b77ed8a062906f2e553a4dbfca6ea4 (diff) |
Fix typo
Change-Id: I859153f912a952e105e6d124fa85e7f81a702d83
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143891
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03080102.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03080102.xhp b/source/text/sbasic/shared/03080102.xhp index a1f827ad27..5a2ea0b912 100644 --- a/source/text/sbasic/shared/03080102.xhp +++ b/source/text/sbasic/shared/03080102.xhp @@ -65,7 +65,7 @@ <paragraph id="par_idm1341559424" role="bascode" localize="false" xml-lang="en-US">Dim d1 As Double, dAngle As Double</paragraph> <paragraph id="par_id3144764" role="bascode" xml-lang="en-US"> d1 = InputBox("Enter the length of the adjacent side: ","Adjacent")</paragraph> <paragraph id="par_id3154491" role="bascode" xml-lang="en-US"> dAngle = InputBox("Enter the angle Alpha (in degrees): ","Alpha")</paragraph> -<paragraph id="par_id3151074" role="bascode" xml-lang="en-US"> Print "The length of the hypothenuse is"; (d1 / cos (dAngle * Pi / 180))</paragraph> +<paragraph id="par_id3151074" role="bascode" xml-lang="en-US"> Print "The length of the hypotenuse is"; (d1 / cos (dAngle * Pi / 180))</paragraph> <paragraph id="par_idm1341552832" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> </bascode> |