Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Jan 26, 2024
1 parent 84fda3f commit 33825cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/enbility/spine-go/model"
// This interface defines the functions being common to local and remote entites
// An entity corresponds to a SPINE entity, see SPINE Introduction Chapter 2.2
type EntityInterface interface {
// Get the entity addres
// Get the entity address
Address() *model.EntityAddressType
// Get the entity type
EntityType() model.EntityTypeType
Expand Down

0 comments on commit 33825cc

Please sign in to comment.