Skip to content

Commit ad59646

Browse files
author
Benjamín Eidelman
committed
Update plugins.md
1 parent a0ee16a commit ad59646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```diff()```, ```patch()``` and ```reverse()``` functions are implemented using a pipes &filters pattern, making it extremely customizable by adding or replacing filters on a pipe.
1+
```diff()```, ```patch()``` and ```reverse()``` functions are implemented using a pipes &filters pattern, making them extremely customizable by adding or replacing filters.
22

33
Some examples of what you can acheive writing your own filter:
44
- diff special custom objects (eg. DOM nodes, native objects, functions, RegExp, node.js streams?)
@@ -7,4 +7,4 @@ Some examples of what you can acheive writing your own filter:
77
- implement custom diff mechanisms, like relative numeric deltas
88
- suprise me! :)
99

10-
Check the ```/src/filters``` folder for more example code.
10+
Check the ```/src/filters``` folder for more example code.

0 commit comments

Comments
 (0)