Better comment wording as suggested by @ferd
Co-authored-by: Fred Hebert <mononcqc@ferd.ca>
This commit is contained in:
parent
c2b7863a53
commit
8eef97234f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue