Fix typo in readme
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M README.md → README.md
@@ -123,7 +123,7 @@ But otherwise, I consider gomponents pretty much feature complete. New features to the core library are unlikely to be merged, since I like keeping it simple and the API small. In particular, new functions around collections (similar to `Map`) or flow control (`IfElse`/`Else`) will not be added. -`Map` was introduced before generics where a thing, and I think it's better to start using generic functions +`Map` was introduced before generics were a thing, and I think it's better to start using generic functions from the stdlib or other libraries, instead of adding gomponents-specific variations of them to this library. If there's something missing that you need, I would recommend to keep small helper functions around in your own projects.