Skip to content

Commit 76b299d

Browse files
committed
Fix the build
1 parent 865abc4 commit 76b299d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compression/runlength/runlength.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Run-length encoding.
3-
* The idea of this algorithm is to remove the usless zeros and
3+
* The idea of this algorithm is to remove the usless zeros and
44
* give us representation of string in binary which in which the
55
* zeros will be stripped and replaced with their count.
66
*/

0 commit comments

Comments
 (0)