From 5550886b70aeec7351276de5379e9c1f1d123ec0 Mon Sep 17 00:00:00 2001 From: Ruan Pienaar Date: Tue, 10 Oct 2017 15:45:19 +0100 Subject: Update gen_statem.erl --- lib/stdlib/src/gen_statem.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdlib/src/gen_statem.erl b/lib/stdlib/src/gen_statem.erl index 1110d18af6..57b6f7ee34 100644 --- a/lib/stdlib/src/gen_statem.erl +++ b/lib/stdlib/src/gen_statem.erl @@ -296,7 +296,7 @@ (Reason :: term()). %% Format the callback module state in some sensible that is -%% often condensed way. For StatusOption =:= 'normal' the perferred +%% often condensed way. For StatusOption =:= 'normal' the preferred %% return term is [{data,[{"State",FormattedState}]}], and for %% StatusOption =:= 'terminate' it is just FormattedState. -callback format_status( -- cgit v1.2.3