File 0531-Update-queue.xml.patch of Package erlang
From 2efbac3a18a4873ca81b7f0ce3768469ca5fb8a8 Mon Sep 17 00:00:00 2001
From: Todd Resudek <toddresudek@gmail.com>
Date: Fri, 17 Jan 2020 21:41:09 -0700
Subject: [PATCH] Update queue.xml
---
lib/stdlib/doc/src/queue.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/queue.xml b/lib/stdlib/doc/src/queue.xml
index 89cce6d85b..46a3dc5d19 100644
--- a/lib/stdlib/doc/src/queue.xml
+++ b/lib/stdlib/doc/src/queue.xml
@@ -48,7 +48,7 @@
<p>The data representing a queue as used by this module
should be regarded as opaque by other modules. Any code
assuming knowledge of the format is running on thin ice.</p>
- <p>All operations has an amortized O(1) running time, except
+ <p>All operations have an amortized O(1) running time, except
<c>len/1</c>, <c>join/2</c>, <c>split/2</c>, <c>filter/2</c>
and <c>member/2</c> that have O(n).
To minimize the size of a queue minimizing
--
2.16.4