diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding_style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coding_style.md b/doc/coding_style.md index 3d831e3f..8f151b90 100644 --- a/doc/coding_style.md +++ b/doc/coding_style.md @@ -20,7 +20,7 @@ end ``` Tab width is configurable in editors, so never assume a particular width. -Specically this means you should not mix tabs and spaces, or use tabs for +Specifically this means you should not mix tabs and spaces, or use tabs for alignment of items at different indentation levels. * Use LF (Unix) line endings. |