Skip to content

Commit 3671064

Browse files
committed
Fix docs
1 parent de1992a commit 3671064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/req/steps.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ defmodule Req.Steps do
190190
191191
* `fn -> {:bearer, "eyJ0eXAi..." } end` - a 0-arity function that returns one of the aforementioned types.
192192
193-
* `{mod, fun, args} - an MFArgs tuple that returns one of the aforementioned types.
193+
* `{mod, fun, args}` - an MFArgs tuple that returns one of the aforementioned types.
194194
195195
## Examples
196196

0 commit comments

Comments
 (0)