mirror of
https://gitea.invidious.io/iv-org/shard-radix.git
synced 2024-08-15 00:43:21 +00:00
Correct typos in documentation
This commit is contained in:
parent
8e8cd530ea
commit
689625acfe
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ module Radix
|
|||
# tree.add "/abcxyz", :xyz
|
||||
# ```
|
||||
#
|
||||
# Nodes inside the tree will be adjusted to accomodate the different
|
||||
# Nodes inside the tree will be adjusted to accommodate the different
|
||||
# segments of the given *path*.
|
||||
#
|
||||
# ```
|
||||
|
@ -73,7 +73,7 @@ module Radix
|
|||
# tree.add "/products/featured", :featured
|
||||
# ```
|
||||
#
|
||||
# Catch all (globbing) and named paramters *path* will be located with
|
||||
# Catch all (globbing) and named parameters *path* will be located with
|
||||
# lower priority against other nodes.
|
||||
#
|
||||
# ```
|
||||
|
|
Loading…
Reference in a new issue