Skip to content

Commit bb0a4bf

Browse files
author
Mario Gutierrez
committed
Merge pull request #35 from rafax/patch-1
Fix typo in README.md
2 parents 12949df + 6618185 commit bb0a4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ err = DB.Select("id").From("posts").QuerySlice(&ids)
713713
714714
dat implements caching backed by an in-memory or Redis store. The in-memory store
715715
is not recommended for production use. Caching can cache any struct or primitive type that
716-
can be marshaled/unmarhsaled cleanly with the json package due to Redis being a string
716+
can be marshaled/unmarshaled cleanly with the json package due to Redis being a string
717717
value store.
718718
719719
Time is especially problematic as JavaScript, Postgres and Go

0 commit comments

Comments
 (0)