1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 19:58:37 -04:00

Fix spelling error

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

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}
}