Skip to content

Commit cbbf6a4

Browse files
committed
correct docs on patches
1 parent 1164760 commit cbbf6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Structura can create a serializable list of patches with all the modifications t
44

55
Patches and inverse patches are useful for example if you want to send them over a network or to implement undo/redo functionality.
66

7-
**Patches do not comply with RFC 6902**, so if you want to use them in another language you should create your own parser.
7+
**Patches do not comply with RFC 6902**, so if you want to use them in another language/library you should create your own parser.
88

99
## Example with callback
1010

0 commit comments

Comments
 (0)