Skip to content

Commit cfadf71

Browse files
authored
Use only "marshal/unmarshal" with single "l" (#1069)
Because of spelling choices for Go https://github.com/golang/go/wiki/Spelling
1 parent df97db3 commit cfadf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package testutil
1515

1616
// This is a set of fluent request builders for tests, which help us to
17-
// simplify constructing and unmarshalling test objects. For example, to post
17+
// simplify constructing and unmarshaling test objects. For example, to post
1818
// a body and return a response, you would do something like:
1919
//
2020
// var body RequestBody

0 commit comments

Comments
 (0)