We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9052d8 commit 3446838Copy full SHA for 3446838
README.md
@@ -125,7 +125,7 @@ If **all** ZSON documents are migrated to new dictionary the old one could be sa
125
delete from zson_dict where dict_id = 0;
126
```
127
128
-In general it's safer to keep old dictionaries just in case. A few KB of disk space don't worth the risk of losing data.
+In general it's safer to keep old dictionaries just in case. Gaining a few KB of disk space is not worth the risk of losing data.
129
130
## When it's a time to re-learn?
131
0 commit comments