From 5e233b851decdeb0fa168717bd7a7a1eecfb5ce9 Mon Sep 17 00:00:00 2001 From: Indradhanush Gupta Date: Tue, 11 Jul 2017 22:14:08 -0400 Subject: Fix typo doc of init in gen_statem --- lib/stdlib/doc/src/gen_statem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml index a7caa71dcb..8de6ed754f 100644 --- a/lib/stdlib/doc/src/gen_statem.xml +++ b/lib/stdlib/doc/src/gen_statem.xml @@ -1851,7 +1851,7 @@ handle_event(_, _, State, Data) ->

- Note that if the gen_statem is started trough + Note that if the gen_statem is started through proc_lib and enter_loop/4-6, -- cgit v1.2.3