summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/psqueue/metadata.xml')
-rw-r--r--dev-haskell/psqueue/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/psqueue/metadata.xml b/dev-haskell/psqueue/metadata.xml
index 1c09f17286f9..564ad8bd0f8b 100644
--- a/dev-haskell/psqueue/metadata.xml
+++ b/dev-haskell/psqueue/metadata.xml
@@ -5,7 +5,7 @@
<longdescription>
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
- &#39;Binding&#39; is a product of a key and a priority. Bindings
+ 'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built