Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx authored and iliana committed Aug 30, 2017
1 parent 1878f0c commit a892a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub fn handler<F>(py: Python, f: F, py_event: PyObject, py_context: PyObject) ->
/// Macro to wrap a Lambda function handler.
///
/// Lambda functions accept two arguments (the event, a serde_json `Value`, and the context, a
/// `LambdaContext`) and returns a vluae (a serde_json `Value`). The function signature should look
/// `LambdaContext`) and returns a value (a serde_json `Value`). The function signature should look
/// like:
///
/// ```rust,ignore
Expand Down

0 comments on commit a892a7d

Please sign in to comment.