Skip to content

Document typed arrays in optionsresolver #6048

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

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo
  • Loading branch information
Elias Van Ootegem committed Dec 21, 2015
commit 9ec14bffcb4cdedcbe734bd3a2ec117d7a09d506
2 changes: 1 addition & 1 deletion components/options_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Only for an array, this is done recursively. If you expect an option to be an ar
}
}

Because the OptionsResolver will validate typed arrays recurively, it is possible to
Because the OptionsResolver will validate typed arrays recursively, it is possible to
resolve multi-dimensional arrays, too::

// ...
Expand Down