From 1972ccd98942fafdfd3fb69eaeadc1c6ae3991cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Mon, 8 Mar 2021 13:34:45 -0300 Subject: [PATCH] Fix typo on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d7196a..445b5fe 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ ok github.com/vingarcia/kisssql 34.251s - Add support for serializing structs as other formats such as YAML - Update structs.FillStructWith to work with `json` tagged attributes -### Optimizations Oportunities +### Optimization Oportunities - Test if using a pointer on the field info is faster or not - Consider passing the cached structInfo as argument for all the functions that use it,