File 0834-fix-comment-on-proplists.erl.patch of Package erlang
From a0c75a4605debae6f74840023142a389f970cc26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ferenc=20B=C3=B6r=C3=B6czki?=
<f3c0@users.noreply.github.com>
Date: Mon, 23 Dec 2019 11:31:30 +0100
Subject: [PATCH] fix comment on proplists.erl
---
lib/stdlib/src/proplists.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/src/proplists.erl b/lib/stdlib/src/proplists.erl
index 3ce68887ae..56d5c45643 100644
--- a/lib/stdlib/src/proplists.erl
+++ b/lib/stdlib/src/proplists.erl
@@ -220,7 +220,7 @@ get_value(Key, [P | Ps], Default) ->
{_, Value} ->
Value;
_ ->
- %% Don</code>t continue the search!
+ %% Don't continue the search!
Default
end;
true ->
--
2.16.4