Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Trivial typo in docstring
  • Loading branch information
trieloff committed Mar 17, 2016
1 parent 0fbbaea commit 5f13225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ring_aws_lambda_adapter/core.clj
Expand Up @@ -78,7 +78,7 @@

(defn handle-request
"Handle a lambda invocation as a ring request. Writes ring response as JSON to
`out` for 200 responses, rases an exception with ring response as JSON for
`out` for 200 responses, raises an exception with ring response as JSON for
non-200 responses"
[handler options in out context]
(let [event (json/read (io/reader in)
Expand Down

0 comments on commit 5f13225

Please sign in to comment.