From 78df7db18d02cb6a0d46bfececde9c15407615e3 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 8 Mar 2025 07:44:41 +0100 Subject: [PATCH] typos --- Release-notes.md | 2 +- pkg/obitools/obicleandb/obicleandb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-notes.md b/Release-notes.md index 049614b..ed4eb2b 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -28,7 +28,7 @@ values. This is a first step towards an easy way to handle other taxonomy databases soon, such as the GBIF or Catalog of Life taxonomies. This version is able to handle files containing taxonomic information created by previous versions of OBITools, but files created by this new version may have some -problems to be analysed by previous versions, at least for the taxonomic +problems to be analyzed by previous versions, at least for the taxonomic information. diff --git a/pkg/obitools/obicleandb/obicleandb.go b/pkg/obitools/obicleandb/obicleandb.go index 131d9bf..a9dd675 100644 --- a/pkg/obitools/obicleandb/obicleandb.go +++ b/pkg/obitools/obicleandb/obicleandb.go @@ -163,7 +163,7 @@ func SequenceTrustSlice(sequences obiseq.BioSequenceSlice) (obiseq.BioSequenceSl for i, sa := range sequences { ss := make([]float64, 0, n-1) - for j, _ := range sequences { + for j := range sequences { if i == j { continue }