File 0836-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
@@ -52,7 +52,7 @@
is to 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
<seealso marker="#filter/2"><c>filter/2</c></seealso>,
<seealso marker="#join/2"><c>join/2</c></seealso>,
<seealso marker="#len/1"><c>len/1</c></seealso>,
--
2.16.4