Skip to content

Commit

Permalink
Merge branch 'ml/two-trivial-documentation-fixes' into dev
Browse files Browse the repository at this point in the history
* ml/two-trivial-documentation-fixes:
  Fix trivial documentation errors

OTP-9498
  • Loading branch information
proxyles committed Aug 29, 2011
2 parents 59da373 + 217f907 commit f94beb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -27,7 +27,7 @@ on Unix. For detailed instructions on how to
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.

Expand Down
6 changes: 3 additions & 3 deletions lib/stdlib/doc/src/gen_fsm.xml
Expand Up @@ -639,9 +639,9 @@ gen_fsm:sync_send_all_state_event -----> Module:handle_sync_event/4
<v>StateName = atom()</v>
<v>StateData = term()</v>
<v>Result = {next_state,NextStateName,NewStateData}</v>
<v>&nbsp;>&nbsp;| {next_state,NextStateName,NewStateData,Timeout}</v>
<v>&nbsp;>&nbsp;| {next_state,NextStateName,NewStateData,hibernate}</v>
<v>&nbsp;>&nbsp;| {stop,Reason,NewStateData}</v>
<v>&nbsp;&nbsp;| {next_state,NextStateName,NewStateData,Timeout}</v>
<v>&nbsp;&nbsp;| {next_state,NextStateName,NewStateData,hibernate}</v>
<v>&nbsp;&nbsp;| {stop,Reason,NewStateData}</v>
<v>&nbsp;NextStateName = atom()</v>
<v>&nbsp;NewStateData = term()</v>
<v>&nbsp;Timeout = int()>0 | infinity</v>
Expand Down

0 comments on commit f94beb7

Please sign in to comment.