From 220ac6640a1b78160345256d76d18bcff744f536 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Mon, 10 Feb 2020 14:24:05 +0100 Subject: [PATCH] Fixup edoc compilation --- src/enacl.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enacl.erl b/src/enacl.erl index 25521b1..7024e8f 100644 --- a/src/enacl.erl +++ b/src/enacl.erl @@ -14,7 +14,7 @@ %%%

Note: All functions will fail with a `badarg' error if given incorrect %%% parameters. Also, if something is wrong internally, they will raise an error of %%% the form `enacl_internal_error'. There is usually no way to continue gracefully -%%% from either of these. A third error is `enacl_finalized`, raised when you try +%%% from either of these. A third error is `enacl_finalized', raised when you try %%% re-using an already finalized state for multi-part messages.

%%% @end. -module(enacl).