Skip to content

Commit bdb99a7

Browse files
authored
Update README.md
1 parent d4f8914 commit bdb99a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ High-performance reimplementation of GNU yes, but made at home in Rust.
33

44
As I am not very good at writing in Rust, I probably made a lot of subtle mistakes; please submit a PR if you find anything!
55

6-
The entire codebase is 33 lines long, excluding comments and empty lines. Compare this to the [uutils implementation](https://github.com/uutils/coreutils/blob/main/src/uu/yes/src/yes.rs), which has ~161 lines of actual code.
6+
The entire codebase is 25 lines long, excluding comments and empty lines. Compare this to the [uutils implementation](https://github.com/uutils/coreutils/blob/main/src/uu/yes/src/yes.rs), which has ~161 lines of actual code.
77

88
## Benchmarking
99

0 commit comments

Comments
 (0)