summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/text/shared/01/05020301.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp
index ad4310d245..df8c1f52fc 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -206,7 +206,7 @@
<paragraph id="hd_id3154330" role="heading" level="3" xml-lang="en-US">Spaces</paragraph>
<paragraph id="par_id3156294" role="paragraph" xml-lang="en-US">To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, <emph>_M</emph> creates a wider space than <emph>_i</emph>.</paragraph>
-<paragraph id="par_id3156295" role="paragraph" xml-lang="en-US">To fill free space with a given character, use star character (*) followed by this character. For instance:</paragraph>
+<paragraph id="par_id3156295" role="paragraph" xml-lang="en-US">To fill free space with a given character, use an asterisk (*) followed by this character. For instance:</paragraph>
<paragraph id="par_id3156296" role="code" xml-lang="en-US">*\0</paragraph>
<paragraph id="par_id3156297" role="paragraph" xml-lang="en-US">will display integer value (0) preceded by as many as needed backslash characters (\) to fill column width. For accounting representation, you may left align currency symbol with a format similar to:</paragraph>
<paragraph id="par_id3156298" role="code" xml-lang="en-US">$_-* 0.--;$-* 0.--;$_-* -</paragraph>