diff options
| author | 2023-04-05 17:02:49 -0400 | |
|---|---|---|
| committer | 2023-04-05 17:02:49 -0400 | |
| commit | 3e07ea751c0b069d22988fb086e99434c6c4f384 (patch) | |
| tree | 3b2805987a99e4adb15bb84cb708b00067920859 | |
| parent | meta: add tests for slurp and spit (diff) | |
meta: improve doc formatting
| -rw-r--r-- | jurl/init.janet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jurl/init.janet b/jurl/init.janet index 8cbbd01..a05c3d3 100644 --- a/jurl/init.janet +++ b/jurl/init.janet @@ -420,7 +420,7 @@ Can also take the following named parameters: * opts: Options to intelligently merge with the resulting query. - To see what can go into opts, see the docs for `request`. + To see what can go into opts, see the docs for `request`. ``` [url &named opts] (verify-slurpit @@ -439,7 +439,7 @@ Can also take the following named parameters: * content-type: The content type to set. Defaults to `text/plain`. * opts: Options to intelligently merge with the resulting query. - To see what can go into opts, see the docs for `request`. + To see what can go into opts, see the docs for `request`. ``` [url body &named content-type opts] (default content-type "text/plain") |
