diff options
author | Raimo Niskanen <[email protected]> | 2017-05-19 11:52:35 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-22 14:57:35 +0200 |
commit | 51c44f09553b13194ee8346266b0930d1a135590 (patch) | |
tree | f580f59b16d43a8f7f03b4ae117e08d8f0a639a0 /lib/stdlib/doc | |
parent | eff1ee5ebf1d767d610cd6bc059e5f4dea57d2af (diff) | |
download | otp-51c44f09553b13194ee8346266b0930d1a135590.tar.gz otp-51c44f09553b13194ee8346266b0930d1a135590.tar.bz2 otp-51c44f09553b13194ee8346266b0930d1a135590.zip |
Fix documentation details
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/gen_statem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml index bc86415d28..e71de1523b 100644 --- a/lib/stdlib/doc/src/gen_statem.xml +++ b/lib/stdlib/doc/src/gen_statem.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2016-2017</year> + <year>2016</year><year>2017</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -344,7 +344,7 @@ ok <p> To compare styles, here follows the same example using <seealso marker="#type-callback_mode"><em>callback mode</em></seealso> - <c>state_functions</c>, or rather the code to replace + <c>handle_event_function</c>, or rather the code to replace after function <c>init/1</c> of the <c>pushbutton.erl</c> example file above: </p> |