Skip to content

Commit

Permalink
Trailing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Apr 20, 2021
1 parent b775330 commit 972f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsimple/vanity_name_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type VanityNameServersService struct {
client *Client
}

// VanityNameServer represents data for a single vanity name server
// VanityNameServer represents data for a single vanity name server.
type VanityNameServer struct {
ID int64 `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Expand Down

0 comments on commit 972f673

Please sign in to comment.