Skip to content

Commit a8bdf7b

Browse files
phrohdohdavidbarsky
authored andcommitted
Fix doc typo in env.rs (#35)
1 parent a75e38b commit a8bdf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::env;
33
use error::RuntimeError;
44

55
/// The name of the environment variable in the Lambda execution
6-
/// environment for the Runtime APIs endpoint. The valie of this
6+
/// environment for the Runtime APIs endpoint. The value of this
77
/// variable is read once as the runtime starts.
88
pub const RUNTIME_ENDPOINT_VAR: &str = "AWS_LAMBDA_RUNTIME_API";
99

0 commit comments

Comments
 (0)