lib/gcloud/bigquery/schema.rb in gcloud-0.12.1 vs lib/gcloud/bigquery/schema.rb in gcloud-0.12.2

- old
+ new

@@ -195,11 +195,11 @@ # @param [String] description A description of the field. # @param [Symbol] mode The field's mode. The possible values are # `:nullable`, `:required`, and `:repeated`. The default value is # `:nullable`. # @yield [nested_schema] a block for setting the nested schema - # @yieldparam [Table::Schema] nested_schema the object accepting the - # nested schema + # @yieldparam [Schema] nested_schema the object accepting the nested + # schema # # @example # require "gcloud" # # gcloud = Gcloud.new