Skip to content

Commit

Permalink
fix: return valid object description
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Oct 18, 2022
1 parent 09272f3 commit fc6b16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ func (gt *Object) Name() string {
return gt.PrivateName
}
func (gt *Object) Description() string {
return ""
return gt.PrivateDescription
}
func (gt *Object) String() string {
return gt.PrivateName
Expand Down

0 comments on commit fc6b16f

Please sign in to comment.