Skip to content

Commit

Permalink
Update Attributes interface docs
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson committed Aug 9, 2018
1 parent ab69bbe commit ae7b7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/interfaces/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Config interface {
// environment the process executes in
type Attribute interface {
Core
// GetAttr returns the value of attr
// Attr returns the value of attr
Attr(attr string) (string, error)
// SetAttr sets the attr to val
SetAttr(attr string, val string) error
Expand Down

0 comments on commit ae7b7d1

Please sign in to comment.