Skip to content

Commit

Permalink
fix: spelling mistake (#1044)
Browse files Browse the repository at this point in the history
* fix spelling mistake

fix spelling mistake

* perf: move the error variable position

Move the error variable position

* fix: spelling mistake

fix: spelling mistake

---------

Co-authored-by: anubis <[email protected]>
  • Loading branch information
lazyanubis and anubis authored Feb 2, 2025
1 parent a8f248b commit d72333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/routing/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Router {
.await
}

/// Insert a router at the begining of current router, shifting all routers after it to the right.
/// Insert a router at the beginning of current router, shifting all routers after it to the right.
#[inline]
pub fn unshift(mut self, router: Router) -> Self {
self.routers.insert(0, router);
Expand Down

0 comments on commit d72333d

Please sign in to comment.