core: correct some doc comments

This commit is contained in:
Mitchell Hashimoto 2013-12-31 08:19:43 -08:00
parent 8c03e48320
commit 13c8235963
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ module Vagrant
# Find a box in the collection with the given name and provider.
#
# @param [String] name Name of the box (logical name).
# @param [String] provider Provider that the box implements.
# @param [Array] providers Providers that the box implements.
# @return [Box] The box found, or `nil` if not found.
def find(name, providers)
providers = [providers].flatten