From 82453fa69135c70a76e37048a1a522272e2d4ef2 Mon Sep 17 00:00:00 2001 From: Florent Messa Date: Sat, 14 Jan 2017 15:01:02 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 764c7fa..c643111 100644 --- a/README.rst +++ b/README.rst @@ -475,7 +475,7 @@ how it's implemented in the language. If you want a similarity gorm_ will always be slower than sqlx_ (which is very low level btw) and will uses more allocs. -You must not think generic helpers of ``go-funk`` as a replacement when you are deadling with performance in your codebase, +You must not think generic helpers of ``go-funk`` as a replacement when you are dealing with performance in your codebase, you should use typesafe implementations. Contributing