diff options
author | colin <colin@cicadas.surf> | 2024-05-11 13:13:45 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-11 13:13:45 -0700 |
commit | 87c07809ff851c3690e07093e5879d38f240d479 (patch) | |
tree | 6e927b03974d3256e4cf8ab3d11be13983a7769b | |
parent | c5381db3dc08f8d9402fb3efdd08869d005155c0 (diff) |
Fix: typo in readme
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ builds a new one. Instance slots of an ~endpoint~ class hold data necessary to process the request. If a slot is defined with an ~:initarg~, then that slot's -value is meant to be supplied by the HTTP request, be through embedded -"route variables", query parameters, or fields in a structured request -body. +value is meant to be supplied by the HTTP request, either from +embedded "route variables", query parameters, or fields in a +structured request body. Any slot defined without an ~:initarg~ is meant to have its value supplied by some stage in the handler protocol. |