You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/the-book-of-ast.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ function say(...vegatables) {}
258
258
259
259
"Tell me please something about it!".
260
260
261
-
"Well, **SpreadElement** takes any [**Expression**](#expression-and-statement) as an `argument`, and takes items that metters from `animals` and put them to `funny`, or call a **FunctionExpression**`say` and passing `vegatables` as an `arguments`. It can even collect all `arguments` into a variable `vegatable` with help of **RestElement**.
261
+
"Well, **SpreadElement** takes any [**Expression**](#expression-and-statement) as an `argument`, and takes items that metters from `animals` and put them to `funny`, or call a **FunctionExpression**`say` and passing `vegatables` as an `arguments`. It can even collect all `arguments` into a variable `vegetable` with help of **RestElement**.
262
262
"Nice!", said Rabbit keeping eating carrots, "Now things got more clear to me! Take a carrot, friend, they so sweet I can't break away!".
263
263
264
264
"Thank you to, Rabbit", Putout answered and take carrot, he loved fruits and vegatables and was always happy to eat it.
Copy file name to clipboardExpand all lines: packages/operate/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Manipulate with `path` nodes and keep `comments` and `loc` information.
13
13
npm i @putout/operate
14
14
```
15
15
16
-
If you write plugin for `putout` you already have `operator` in `putout`, all exampes will get `operator` from `putout`, but you can use direct `require('@putout/operate')` as well.
16
+
If you write plugin for `putout` you already have `operator` in `putout`, all examples will get `operator` from `putout`, but you can use direct `require('@putout/operate')` as well.
0 commit comments