Fix comma replaced with period in docs
In config_whitespace, a comma was incorrectly replaced with a period.
This commit is contained in:
parent
03914ce3a0
commit
9bee8a0a22
|
|
@ -1508,7 +1508,7 @@ foo(i
|
|||
<source>
|
||||
s.
|
||||
isEmpty();
|
||||
foo(i.
|
||||
foo(i,
|
||||
s);
|
||||
</source>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue