Better comment wording as suggested by @ferd

Co-authored-by: Fred Hebert <mononcqc@ferd.ca>
This commit is contained in:
Michael Klishin 2020-12-16 00:10:38 +03:00 committed by GitHub
parent c2b7863a53
commit 8eef97234f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
%%% use this to talk to the users if you are wrting code for the system %%% use this to talk to the users if you are wrting code for the system
-module(ec_cmd_log). -module(ec_cmd_log).
%% Avoids a warning on Erlang/OTP 24 %% Avoid clashing with `error/3` BIF added in Erlang/OTP 24
-compile({no_auto_import,[error/3]}). -compile({no_auto_import,[error/3]}).
-export([new/1, -export([new/1,