Update doc string for name attribute

This commit is contained in:
Brian Cain 2019-10-17 15:31:04 -07:00
parent aa5a3ef7f7
commit e361900d3a
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 2 additions and 2 deletions

View File

@ -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