We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1992a commit 3671064Copy full SHA for 3671064
1 file changed
lib/req/steps.ex
@@ -190,7 +190,7 @@ defmodule Req.Steps do
190
191
* `fn -> {:bearer, "eyJ0eXAi..." } end` - a 0-arity function that returns one of the aforementioned types.
192
193
- * `{mod, fun, args} - an MFArgs tuple that returns one of the aforementioned types.
+ * `{mod, fun, args}` - an MFArgs tuple that returns one of the aforementioned types.
194
195
## Examples
196
0 commit comments