Skip to content

Commit df97db3

Browse files
Typos (#814)
* Typos * Fix function names Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
1 parent 409e517 commit df97db3

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 unmarshaling test objects. For example, to post
17+
// simplify constructing and unmarshalling 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)