Skip to content

Commit cc807f9

Browse files
authored
Update README.md
1 parent 29a6847 commit cc807f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/simple-parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To effectively tackle this problem, it is important to have a basic understandin
2020
2. **`get_lines_lower_case(text: &str) -> Vec<String>`**
2121
Converts the input text to lowercase and splits it into lines, returning a vector of strings.
2222

23-
3. **`process_words(content: &str) -> BTreeMap<String, BTreeSet<usize>>`**
23+
3. **`solve(content: &str) -> BTreeMap<String, BTreeSet<usize>>`**
2424
Processes the content of the text, identifying unique words and mapping them to the line numbers where they appear.
2525

2626
4. **`read_file_from_args() -> Result<String, std::io::Error>`**

0 commit comments

Comments
 (0)