Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix load_path example in README.md #642

Merged
merged 1 commit into from
Nov 10, 2022
Merged

Fix load_path example in README.md #642

merged 1 commit into from
Nov 10, 2022

Conversation

nickcampbell18
Copy link
Contributor

Dir[..] returns an array, and I18n.load_path is already an array, so we should append the array elements rather than the whole thing.

`Dir[..]` returns an array, and `I18n.load_path` is already an array, so we should append the array elements rather than the whole thing.
@radar
Copy link
Collaborator

radar commented Nov 10, 2022

Eagle eye fix :) thank you!

@radar radar merged commit 15e59ef into ruby-i18n:master Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants