Skip to content

Commit afcda72

Browse files
authored
Update README.md
1 parent 8fdf664 commit afcda72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
``` public static Map.Entry<Long, String> findNextLine(File file, String searchString, long startRow, int inColumn, String delimiter) ```
2222
* **file** - file object to search in
2323
* **searchString** - what to search
24-
* **startRaw** - points on which raw to start searching, *optional parameter*
24+
* **startRaw** - points on which raw to start searching
2525
* **inColumn** - points on in which column to search, *optional parameter*
2626
* **delimiter** - delimiter of columns in file, *optional parameter by default is ' __;__ '*
2727
* **The method returns Map.Entry Object with *"found raw number as "KEY"* and *the found line as "VALUE"***

0 commit comments

Comments
 (0)