Fixing missing space typo.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6ef68fad Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6ef68fad Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6ef68fad Branch: refs/heads/LOG4j2-494 Commit: 6ef68fad21b378ffb7a118f4df6f23aa09941741 Parents: 0ad2b6d Author: ggregory <[email protected]> Authored: Thu Apr 21 11:00:24 2016 -0700 Committer: Ralph Goers <[email protected]> Committed: Mon Apr 25 21:30:28 2016 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/layouts.xml.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6ef68fad/src/site/xdoc/manual/layouts.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm index 714accd..83f2e57 100644 --- a/src/site/xdoc/manual/layouts.xml.vm +++ b/src/site/xdoc/manual/layouts.xml.vm @@ -541,7 +541,7 @@ WARN [main]: Message 2</pre> </td> <td> <p>Outputs the fully qualified class name of the caller issuing the logging request. - This conversion specifier can be optionally followed by<em>precision specifier</em>, that + This conversion specifier can be optionally followed by <em>precision specifier</em>, that follows the same rules as the logger name converter. </p> <p>Generating the class name of the caller (<a href="#LocationInformation">location information</a>)
