Merge pull request 'fix misspelling of different' (#22) from fix-misspelling into main
All checks were successful
Badges / coveralls (push) Successful in 12s

Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
2025-11-26 11:17:42 +00:00

View File

@@ -100,7 +100,7 @@ func (of *OpenFIGI) SecurityTypeByISIN(ctx context.Context, isin string) (string
return "", fmt.Errorf("missing data elements")
}
// It is not possible that an isin is assign to diferent security types, therefore we can assume
// It is not possible that an isin is assign to different security types, therefore we can assume
// all entries have the same securityType value.
secType := resBody[0].Data[0].SecurityType
if secType == "" {