diff options
author | Ruan Pienaar <[email protected]> | 2017-10-10 15:45:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-10-10 15:45:19 +0100 |
commit | 5550886b70aeec7351276de5379e9c1f1d123ec0 (patch) | |
tree | fa9d275342e01d21088675648515d0771b32ab2a /lib/stdlib/src/gen_statem.erl | |
parent | 32ff5b0372e3dd4db8d9a30de2e0b9995d3fc883 (diff) | |
download | otp-5550886b70aeec7351276de5379e9c1f1d123ec0.tar.gz otp-5550886b70aeec7351276de5379e9c1f1d123ec0.tar.bz2 otp-5550886b70aeec7351276de5379e9c1f1d123ec0.zip |
Update gen_statem.erl
Diffstat (limited to 'lib/stdlib/src/gen_statem.erl')
-rw-r--r-- | lib/stdlib/src/gen_statem.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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( |