1 parent 865abc4 commit 76b299dCopy full SHA for 76b299d
1 file changed
src/compression/runlength/runlength.js
@@ -1,6 +1,6 @@
1
/**
2
* Run-length encoding.
3
- * The idea of this algorithm is to remove the usless zeros and
+ * The idea of this algorithm is to remove the usless zeros and
4
* give us representation of string in binary which in which the
5
* zeros will be stripped and replaced with their count.
6
*/
0 commit comments