lib/roda/plugins/multi_route.rb in roda-3.56.0 vs lib/roda/plugins/multi_route.rb in roda-3.57.0
- old
+ new
@@ -6,10 +6,10 @@
# The multi_route plugin builds on the named_routes plugin and allows for
# dispatching to multiple named routes # by calling the +r.multi_route+ method,
# which will check # if the first segment in the path matches a named route,
# and dispatch to that named route.
#
- # The hash_routes plugin offers a +r.hash_routes+ method that is similar to
+ # The hash_branches plugin offers a +r.hash_branches+ method that is similar to
# and performs better than the +r.multi_route+ method, and it is recommended
# to consider using that instead of this plugin.
#
# Example:
#