Skip to content
Open

typo #29

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion section01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ and the equivalent helper functions:
What if you want to use some other methods? Meet the [`Do`](https://golang.org/pkg/net/http#Client.Do) method.
This method receives a pointer to `http.Request` as parameters and return a `http.Response` and an `error`.

The `Request` method provides all the expressivity we need to send any kind of HTTP requests.
The `Request` method provides all the expressiveness we need to send any kind of HTTP requests.

For instance, we can create the equivalent request to the original `get.go` program:

Expand Down