From 3e07ea751c0b069d22988fb086e99434c6c4f384 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 5 Apr 2023 17:02:49 -0400 Subject: meta: improve doc formatting --- jurl/init.janet | 4 ++-- 1 file 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") -- cgit v1.2.3