From ca58c87e9a423f204f19268742d0e4f51f76ac2b Mon Sep 17 00:00:00 2001 From: Edwin Vermeer Date: Sun, 8 Jul 2018 10:18:56 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf7242..b843c6a 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # General information -Stuff is a collection of code 'snippets' that are to small to create a library for and which do not fit in an other library. Run the unit tests to see the code in action. +Stuff is a collection of code 'snippets' that are too small to create a library for and which do not fit in an other library. Run the unit tests to see the code in action. - [Print](#print) - For creating a nice output log - [Enum](#enum) - Adding functionality to an enum