File 0195-Fix-typo-in-crypto-exor-2-docs.patch of Package erlang
From 4a38d2c3fec5f1bdcab663f85de8168f10ba4090 Mon Sep 17 00:00:00 2001 From: siiky <github-siiky@net-c.cat> Date: Wed, 18 Mar 2026 18:28:51 +0000 Subject: [PATCH] Fix typo in `crypto:exor/2` docs --- lib/crypto/src/crypto.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crypto/src/crypto.erl b/lib/crypto/src/crypto.erl index b53e15b78a..b8c8b055f7 100644 --- a/lib/crypto/src/crypto.erl +++ b/lib/crypto/src/crypto.erl @@ -2925,7 +2925,7 @@ evp_compute_key_nif(_Curve, _OthersBin, _MyBin) -> ?nif_stub. -doc """ Perform bit-wise XOR (exclusive or) on the data supplied. -The two byte sequences mus be of equal length. +The two byte sequences must be of equal length. """. -spec exor(iodata(), iodata()) -> binary(). -- 2.51.0