diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-07-23 19:03:22 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-07-23 19:03:22 +0100 |
commit | 44f3c921e6b839224e5be1c2ea65e01a05d14202 (patch) | |
tree | f8ed5fef136572cf006a8ca1e71fd3a69bb93e72 | |
parent | 178bc41c875828d13236a254b69ddc7bd4f82ccd (diff) |
Clarify comment.
-rw-r--r-- | lib/routing_filters.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routing_filters.rb b/lib/routing_filters.rb index 32dafc651..a9a62b8db 100644 --- a/lib/routing_filters.rb +++ b/lib/routing_filters.rb @@ -7,7 +7,7 @@ module RoutingFilter end # And override the generation logic to use FastGettext.locale # rather than I18n.locale (the latter is what rails uses - # internally and may look like `en_US`, whereas the latter is + # internally and may look like `en-US`, whereas the latter is # was FastGettext and other POSIX-based systems use, and will # look like `en_US` def around_generate(*args, &block) |