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/0ad2b6d0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0ad2b6d0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0ad2b6d0 Branch: refs/heads/LOG4j2-494 Commit: 0ad2b6d0f95b18674628949365c6ee8931c0cf9a Parents: 8dd1868 Author: ggregory <[email protected]> Authored: Thu Apr 21 11:00:08 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/0ad2b6d0/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 ae4c1a0..714accd 100644 --- a/src/site/xdoc/manual/layouts.xml.vm +++ b/src/site/xdoc/manual/layouts.xml.vm @@ -490,7 +490,7 @@ WARN [main]: Message 2</pre> </td> <td> <p>Outputs the name of the logger that published the logging event. The logger conversion - specifier can be optionally followed by<em>precision specifier</em>, which consists of a + specifier can be optionally followed by <em>precision specifier</em>, which consists of a decimal integer, or a pattern starting with a decimal integer. </p> <p>If a precision specifier is given and it is an integer value, then only the corresponding number
