reference: Add a space between words.

This commit is contained in:
Jaehyun Cho 2016-11-22 13:44:04 +09:00
parent 490377f67c
commit 0a74589393
1 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ collections { "The <hilight>collections</hilight> represents a theme.</br>The <h
}
source { "Uses text properties of the given part (e.g. font and size).";
}
style { "Uses the default style and tags defined in the <hilight>style</hilight>block with the specified name.";
style { "Uses the default style and tags defined in the <hilight>style</hilight> block with the specified name.";
}
text { "Sets the default text string.";
}
@ -546,4 +546,4 @@ styles { "The <hilight>styles</hilight> block contains a list of one or more <hi
tag { "The <hilight>tag</hilight> defines the meaning of each tag in the style.</br>Style is applied to the text between the beginning tag <tags> and the ending tag </tags>.";
}
}
}
}