Переглянути джерело

Merge pull request #8 from KubaO/patch-1

Indicate plural form of the noun
ruki 6 роки тому
батько
коміт
fd2f63e24f
1 змінених файлів з 11 додано та 11 видалено
  1. 11 11
      manual.md

+ 11 - 11
manual.md

@@ -10,17 +10,17 @@ The interface is named according to some of the predefined specifications, which
 
 It's according to the following rules:
 
-| Interfaces            | Description                                                       |
-| --------------------- | ----------------------------------------------------------------- |
-| `is_`/`has_` + xxx    | Condition interfaces                                              |
-| `set_` + xxx          | Set and override the previous settings                            |
-| `add_` + xxx          | Set and append settings                                           |
-| `s` + xxx             | Support multi-parameters, .e.g:`add_files("*.c", "test.cpp")`    |
-| `on_` + xxx           | Set and override builtin script                                   |
-| `before_` + xxx       | Set and run this script before running builtin-script             |
-| `after_` + xxx        | Set and run this script after running builtin-script              |
-| `scope("name")`       | Define a description scope, .e.g `target("xxx")`, `option("xxx")` |
-| scope/settings        | Indentation with spaces                                           |
+| Interfaces            | Description                                                      |
+| --------------------- | ---------------------------------------------------------------- |
+| `is_`/`has_` + xxx    | Condition interfaces                                             |
+| `set_` + xxx          | Set and override the previous settings                           |
+| `add_` + xxx          | Set and append settings                                          |
+| `…s` + xxx *(plural)* | Support multi-parameters, .e.g:`add_files("*.c", "test.cpp")`   |
+| `on_` + xxx           | Set and override builtin script                                  |
+| `before_` + xxx       | Set and run this script before running builtin-script            |
+| `after_` + xxx        | Set and run this script after running builtin-script             |
+| `scope("name")`       | Define a description scope, .e.g `target("xxx")`, `option("xxx")`|
+| scope/settings        | Indentation with spaces                                          |
 
 ## Documentation