Mercurial > prosody-hg
diff doc/coding_style.txt @ 8728:41c959c5c84b
Fix spelling throughout the codebase [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 04 Feb 2018 01:51:25 +0100 |
| parents | 716632cca05d |
| children |
line wrap: on
line diff
--- a/doc/coding_style.txt Thu Apr 05 19:37:32 2018 +0200 +++ b/doc/coding_style.txt Sun Feb 04 01:51:25 2018 +0100 @@ -7,7 +7,7 @@ == Spacing == -No space between function names and parenthesis and parenthesis and paramters: +No space between function names and parenthesis and parenthesis and parameters: function foo(bar, baz)
