Clarfied wording in Role.Object

This commit is contained in:
Sasha Koshka 2023-08-07 21:51:05 -04:00
parent 522ff64fd3
commit 9d40ab654a
1 changed files with 5 additions and 4 deletions

View File

@ -10,10 +10,11 @@ type Role struct {
Package string
// Object specifies what type of object it is. For example:
// - textInput
// - table
// - label
// - dial
// - TextInput
// - Table
// - Label
// - Dial
// This should correspond directly to the type name of the object.
Object string
}