Skip to content

Commit

Permalink
fix(lib): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 2, 2023
1 parent 87c0b11 commit eee3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct ContentLengthLimiter {
}

impl ContentLengthLimiter {
/// Contructs a new instance.
/// Constructs a new instance.
pub fn new(max_bytes: u128) -> Self {
Self { max_bytes }
}
Expand Down

0 comments on commit eee3355

Please sign in to comment.