fix misspelling of different
All checks were successful
Generate check / check-changes (pull_request) Successful in 3s
Quality / check-changes (pull_request) Successful in 4s
Generate check / verify-generate (pull_request) Has been skipped
Quality / run-tests (pull_request) Successful in 9s

This commit is contained in:
2025-11-26 10:50:13 +00:00
parent a079ea8ae5
commit a19b02f1f6

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 == "" {