[erlang-patches] two trivial documentation patches (gen_fsm and Install.md)
Matthias Lang
matthias@REDACTED
Sun Jun 19 00:56:18 CEST 2011
Hi,
Happened to notice these today.
gen_fsm.xml has some spurious > characters in the gen_info docs
Install.md misspells 'mentioned'.
Matt
--- otp_src_R14B03/INSTALL.md.orig 2011-06-18 23:58:18.343855657 +0200
+++ otp_src_R14B03/INSTALL.md 2011-06-19 00:03:29.452575661 +0200
@@ -27,7 +27,7 @@
Binary releases for Windows can be found at
<http://www.erlang.org/download.html>.
-Before reading the above mensioned documents you are in any case advised to
+Before reading the above mentioned documents you are in any case advised to
read this document first, since it covers building Erlang/OTP in general as
well as other important information.
3/lib/stdlib/doc/src/gen_fsm.xml
--- otp_src_R14B03/lib/stdlib/doc/src/gen_fsm.xml.orig 2011-06-18
+23:54:58.829593975 +0200
+++ otp_src_R14B03/lib/stdlib/doc/src/gen_fsm.xml 2011-06-18
+23:55:36.785263210 +0200
@@ -639,9 +639,9 @@
<v>StateName = atom()</v>
<v>StateData = term()</v>
<v>Result = {next_state,NextStateName,NewStateData}</v>
- <v> > | {next_state,NextStateName,NewStateData,Timeout}</v>
- <v> > | {next_state,NextStateName,NewStateData,hibernate}</v>
- <v> > | {stop,Reason,NewStateData}</v>
+ <v> | {next_state,NextStateName,NewStateData,Timeout}</v>
+ <v> | {next_state,NextStateName,NewStateData,hibernate}</v>
+ <v> | {stop,Reason,NewStateData}</v>
<v> NextStateName = atom()</v>
<v> NewStateData = term()</v>
<v> Timeout = int()>0 | infinity</v>
More information about the erlang-patches
mailing list