Browse Source

Fixed typos.

Eugene Lazutkin 7 năm trước cách đây
mục cha
commit
59f0a9e4ae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -164,9 +164,9 @@ The constructor accepts the following arguments:
       return x;
     }
     ```
-  * *(since 2.1.0)* If a value is an array, it is assumed an array of regular functions.
+  * *(since 2.1.0)* If a value is an array, it is assumed to be an array of regular functions.
     Their values are passed in a chain. All values (including `null`, `undefined`, and arrays) are allowed
-    and passed without modifications. The last value is a subject to precessing defined above for regular functions.
+    and passed without modifications. The last value is a subject to processing defined above for regular functions.
     * Empty arrays are ignored.
     * If any function returns a value produced by `Chain.final(value)` (see below), it terminates the chain using
       `value` as the final value of the chain.