From 13c8235963b5e0c857130bdd09ab723b03a576c5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 31 Dec 2013 08:19:43 -0800 Subject: [PATCH] core: correct some doc comments --- lib/vagrant/box_collection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/box_collection.rb b/lib/vagrant/box_collection.rb index cc2ce0d72..9d26f5af5 100644 --- a/lib/vagrant/box_collection.rb +++ b/lib/vagrant/box_collection.rb @@ -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