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 Package string
// Object specifies what type of object it is. For example: // Object specifies what type of object it is. For example:
// - textInput // - TextInput
// - table // - Table
// - label // - Label
// - dial // - Dial
// This should correspond directly to the type name of the object.
Object string Object string
} }