Fix comma replaced with period in docs

In config_whitespace, a comma was incorrectly replaced with a period.
This commit is contained in:
Glenn Hollingsworth 2015-02-25 15:12:13 -05:00 committed by Roman Ivanov
parent 03914ce3a0
commit 9bee8a0a22
1 changed files with 1 additions and 1 deletions

View File

@ -1508,7 +1508,7 @@ foo(i
<source>
s.
isEmpty();
foo(i.
foo(i,
s);
</source>
<p>