Skip to content

Commit 760a6d4

Browse files
committed
UPDATE README.md
1 parent 2c04c71 commit 760a6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480

481481
2. **[Input Scanner](./FilesHandler/Sources/InputScanner.c)**
482482

483-
> The functions will scan the input from the stdin file.
483+
> You should pass stdin file to the function to scan the input.
484484
- Scan String
485485
- Scan char array
486486
- Scan character
@@ -506,5 +506,5 @@ ex: INVALID_ARG is 4987.
506506
| **INVALID_ARG** | -83384987 | `"The passed arg %s in %s is invalid."` |
507507
| **NULL_POINTER** | -83386157 | `"The %s pointer in %s is NULL."` |
508508
| **OUT_OF_RANGE** | -83385991 | `"The passed index is out of the %s range."` |
509-
| **EMPTY_DATA_STRUCTURE** | -833816740 | `"The passed %s pointer is empty."` |
509+
| **EMPTY_DATA_STRUCTURE** | -833816740 | `"The passed %s pointer is empty."` |
510510
| **SOMETHING_WENT_WRONG** | -833816834 | `"Can't %s in %s."` |

0 commit comments

Comments
 (0)