Skip to content

Commit 1f8c4da

Browse files
authored
Fix trivial typo in docs of RequestExt (#525)
Co-authored-by: Simon Gasse <[email protected]>
1 parent b28b868 commit 1f8c4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/src/ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub trait RequestExt {
162162
where
163163
V: Into<QueryMap>;
164164

165-
/// Return request context data assocaited with the ALB or API gateway request
165+
/// Return request context data associated with the ALB or API gateway request
166166
fn request_context(&self) -> RequestContext;
167167

168168
/// Configures instance with request context

0 commit comments

Comments
 (0)