From 87c07809ff851c3690e07093e5879d38f240d479 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 11 May 2024 13:13:45 -0700 Subject: Fix: typo in readme --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index ee2b08a..940f192 100644 --- a/README.org +++ b/README.org @@ -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. -- cgit v1.2.3