Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62adaf3

Browse files
committedJul 15, 2020
Docs typo
1 parent 7d158e1 commit 62adaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gleam/http.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ pub fn set_host(req: Request(body), host: String) -> Request(body) {
449449

450450
// TODO: test
451451
// TODO: record update syntax
452-
/// Set the method of the request.
452+
/// Set the path of the request.
453453
///
454454
pub fn set_path(req: Request(body), path: String) -> Request(body) {
455455
let Request(

0 commit comments

Comments
 (0)
Please sign in to comment.