From 9d6e85e899800720fc6f86cc0e382cf66ca9d93f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 2 Mar 2021 22:58:18 +0100 Subject: spec: Add comment. --- language/aws/spec.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'language') diff --git a/language/aws/spec.scm b/language/aws/spec.scm index 5498c11..836e4c6 100644 --- a/language/aws/spec.scm +++ b/language/aws/spec.scm @@ -174,6 +174,7 @@ if this is not a primitive data type." (lambda (output) (and=> (assoc-ref output "shape") string->symbol))) #:http + ;; This includes things like "method", "requestUri", and "responseCode" ',(assoc-ref spec "http") #:documentation ,(assoc-ref spec "documentation"))) -- cgit v1.2.3