Skip to content

Commit 2dff388

Browse files
authored
Merge pull request #316 from rouzier/patch-1
Fix typo
2 parents a21f139 + e0b806b commit 2dff388

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
@@ -320,7 +320,7 @@ When using a SQL Database it is most likely you want to use the special SQL-Type
320320
- sql.NullInt64
321321
- sql.NullString
322322

323-
The Problem is, that they internally manage the `null` value behavior by using a custom struct. In order to Marshal und Unmarshal
323+
The Problem is, that they internally manage the `null` value behavior by using a custom struct. In order to Marshal and Unmarshal
324324
these values, it is required to implement the `json.Marshaller` and `json.Unmarshaller` interfaces of the go standard library.
325325

326326
But you dont have to do this by yourself! There already is a library that did the work for you. We recommend that you use the types

0 commit comments

Comments
 (0)