Skip to content

Commit 7bf39b1

Browse files
authored
Fix typo in types.rs (#815)
1 parent 94b33e8 commit 7bf39b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl Default for Context {
109109
}
110110

111111
impl Context {
112-
/// Create a new [Context] struct based on the fuction configuration
112+
/// Create a new [Context] struct based on the function configuration
113113
/// and the incoming request data.
114114
pub fn new(request_id: &str, env_config: RefConfig, headers: &HeaderMap) -> Result<Self, Error> {
115115
let client_context: Option<ClientContext> = if let Some(value) = headers.get("lambda-runtime-client-context") {

0 commit comments

Comments
 (0)