core: fix small comment typo
This commit is contained in:
parent
db9c8dd6b3
commit
ee44e717f0
|
@ -6,7 +6,7 @@ module Vagrant
|
|||
module Config
|
||||
module V2
|
||||
# This is the root configuration class. An instance of this is what
|
||||
# is passed into version 1 Vagrant configuration blocks.
|
||||
# is passed into version 2 Vagrant configuration blocks.
|
||||
class Root
|
||||
# Initializes a root object that maps the given keys to specific
|
||||
# configuration classes.
|
||||
|
|
Loading…
Reference in New Issue