Skip to content

Commit

Permalink
Merge pull request #89 from igorT/comment-fix
Browse files Browse the repository at this point in the history
Fix comment about route priority
  • Loading branch information
krisselden committed Apr 25, 2016
2 parents 0979dfe + 3ccfa4f commit 2a21d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route-recognizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function parse(route, names, specificity) {
// appear in. This system mirrors how the magnitude of numbers written as strings
// works.
// Consider a number written as: "abc". An example would be "200". Any other number written
// "xyz" will be smaller than "abc" so long as `a > z`. For instance, "199" is smaller
// "xyz" will be smaller than "abc" so long as `a > x`. For instance, "199" is smaller
// then "200", even though "y" and "z" (which are both 9) are larger than "0" (the value
// of (`b` and `c`). This is because the leading symbol, "2", is larger than the other
// leading symbol, "1".
Expand Down

0 comments on commit 2a21d5e

Please sign in to comment.