summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/edit-distance-vector/metadata.xml')
-rw-r--r--dev-haskell/edit-distance-vector/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/edit-distance-vector/metadata.xml b/dev-haskell/edit-distance-vector/metadata.xml
index c2c7c2767205..e7d7e8f9392e 100644
--- a/dev-haskell/edit-distance-vector/metadata.xml
+++ b/dev-haskell/edit-distance-vector/metadata.xml
@@ -10,7 +10,7 @@
find the optimal edit script and cost between two sequences.
The implementation in this package is specialised to sequences represented
- with "Data.Vector" but is otherwise agnostic to:
+ with "Data.Vector" but is otherwise agnostic to:
* The type of values in the vectors;