From a19b02f1f63317178cbb090e22be62c57196d612 Mon Sep 17 00:00:00 2001 From: Natercio Moniz Date: Wed, 26 Nov 2025 10:50:13 +0000 Subject: [PATCH] fix misspelling of different --- internal/open_figi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/open_figi.go b/internal/open_figi.go index 372540f..e5e1e2d 100644 --- a/internal/open_figi.go +++ b/internal/open_figi.go @@ -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 == "" {