Skip to content

Commit 77e3f59

Browse files
authored
Replace the term rules with more accurate wording (#79)
Close #78
1 parent 15db321 commit 77e3f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ is *how* this indentation of 4 columns is achieved. It may be 4 consequent space
336336
a single tab with width equal to 4, or two tabs with width equal to 2.
337337

338338
This is when ``indent_style`` comes into picture. It specifies what character should be used **whenever possible** in order to
339-
achieve the indentation size specified in ``indent_size``. To fully understand what "whenever possible" actually means, lets
340-
assume that the editorconfig rules are specified for the file above:
339+
achieve the indentation size specified in ``indent_size``. To fully understand what "whenever possible" actually means, let's
340+
consider the following EditorConfig file living in the same directory as the file above:
341341

342342
.. code-block:: ini
343343
@@ -353,7 +353,7 @@ indented with one tab, and one space**. That is because by placing one tab we're
353353
placing the 2 consequent tabs we're overreaching. Therefore, although ``indent_style`` is ``tab``, we still have to supplement
354354
with one space character to fulfill the requirement.
355355

356-
For another example, if we have the following EditorConfig rules defined:
356+
For another example, if we have the following EditorConfig file:
357357

358358
.. code-block:: ini
359359

0 commit comments

Comments
 (0)