Skip to content

Commit 6f6824d

Browse files
authored
tutorial: typo (#111)
1 parent c1597ee commit 6f6824d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/simple-grep/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The file contains an introduction tutorial on building a simple CLI tool with
44
Iris.
55

6-
We're going to build a tool for finding finding lines that contain a given
6+
We're going to build a tool for finding lines that contain a given
77
string in a given file. Like a very simple clone of
88
[grep](https://www.gnu.org/software/grep/) or more modern
99
[ripgrep](https://github.com/BurntSushi/ripgrep)
@@ -404,4 +404,4 @@ If you wish to hack on this example more, try implementing the following improve
404404

405405
* Add the `[-i | --ignore-case]` option to support the case-insensitive mode
406406
* Highlight the found part of the string inside the found line
407-
* Search in multiple files inside the directory
407+
* Search in multiple files inside the directory

0 commit comments

Comments
 (0)