Skip to content

Commit

Permalink
lib: fix request signature in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Mar 21, 2024
1 parent 2d54654 commit a40dd3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ import (
//
// request returns a user-defined method request:
//
// request(<string>, <string>, <string>, <bytes>) -> <map<string,dyn>>
// request(<string>, <string>, <string>, <string>) -> <map<string,dyn>>
// request(<string>, <string>) -> <map<string,dyn>>
// request(<string>, <string>, <bytes>) -> <map<string,dyn>>
// request(<string>, <string>, <string>) -> <map<string,dyn>>
//
// Example:
//
Expand Down

0 comments on commit a40dd3d

Please sign in to comment.