Skip to content

Commit 4effd86

Browse files
joeybloggsjoeybloggs
authored andcommitted
correct typo in documentation
1 parent 90461dd commit 4effd86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Package form
88
[![GoDoc](https://godoc.org/github.com/go-playground/form?status.svg)](https://godoc.org/github.com/go-playground/form)
99
![License](https://img.shields.io/dub/l/vibe-d.svg)
1010

11-
Package form Decodes url.Values into struct values and Encodes strut values into url.Values.
11+
Package form Decodes url.Values into struct values and Encodes struct values into url.Values.
1212

1313
It has the following features:
1414

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Package form Decodes url.Values into struct values and Encodes strut values into url.Values.
2+
Package form Decodes url.Values into struct values and Encodes struct values into url.Values.
33
44
55
It has the following features:

0 commit comments

Comments
 (0)