We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/tree.rs
1 parent 31ccf25 commit 8448782Copy full SHA for 8448782
src/tree.rs
@@ -466,7 +466,7 @@ impl<T> Node<T> {
466
return Ok(node);
467
};
468
469
- // Insering a catch-all route.
+ // Inserting a catch-all route.
470
if prefix[wildcard.clone()][1] == b'*' {
471
// Ensure there is no suffix after the parameter, e.g. `/foo/{*x}/bar`.
472
if wildcard.end != prefix.len() {
0 commit comments