From e361900d3ab2096da3a15d0ad564308f287e75a8 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 17 Oct 2019 15:31:04 -0700 Subject: [PATCH] Update doc string for name attribute --- plugins/kernel_v2/config/disk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kernel_v2/config/disk.rb b/plugins/kernel_v2/config/disk.rb index 427a5f1b5..86fca0490 100644 --- a/plugins/kernel_v2/config/disk.rb +++ b/plugins/kernel_v2/config/disk.rb @@ -13,9 +13,9 @@ module VagrantPlugins # @return [String] attr_reader :id - # Name for the given Disk. Defaults to nil. + # File name for the given disk. Defaults to nil. # - # TODO: Should probably default to a string+short integer id + # TODO: Should probably default to a string+short integer id in the finalize method # # @return [String] attr_accessor :name