Fix spelling error

This commit is contained in:
Aaron Lindsay 2020-10-06 23:09:45 -04:00
parent 65cc26a0db
commit aa4d8074b2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ type DiscoverCardClient struct {
}
// NewDiscoverCardClient returns a Client interface configured to handle
// Discover Card's brand of idiosyncracy
// Discover Card's brand of idiosyncrasy
func NewDiscoverCardClient(bc *BasicClient) Client {
return &DiscoverCardClient{bc}
}

View File

@ -15,7 +15,7 @@ type VanguardClient struct {
}
// NewVanguardClient returns a Client interface configured to handle Vanguard's
// brand of idiosyncracy
// brand of idiosyncrasy
func NewVanguardClient(bc *BasicClient) Client {
return &VanguardClient{bc}
}