Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed a typo ;)
  • Loading branch information
bcheronn authored and xicodomingues committed Feb 16, 2023
1 parent 235988d commit 57762fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ your own tests first. For example, for `ft_split` try to write a main that tests
works in most cases. It is also useful to think about corner cases, like what should it return
if the string is `""` or `" "` or `"word"`. Don't rely just on `francinette` or other tests.

### :warning: Write your own tests, It's a very essencial part of programming. :warning:
### :warning: Write your own tests, It's a very essential part of programming. :warning:

## Table of Contents
1. [Purpose](#purpose)
Expand Down

0 comments on commit 57762fb

Please sign in to comment.