aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/examples
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2010-02-05 16:55:48 +0100
committerBjörn Gustavsson <[email protected]>2010-02-16 13:24:54 +0100
commita5dc095efe5ce6e0ebe2dbdf70114c953aa93452 (patch)
treea89e613f594cd128fde582389275ba251f491d0e /lib/wx/examples
parentaffd1f70dbcb96ed0bd92bf379ca86c12713ca30 (diff)
downloadotp-a5dc095efe5ce6e0ebe2dbdf70114c953aa93452.tar.gz
otp-a5dc095efe5ce6e0ebe2dbdf70114c953aa93452.tar.bz2
otp-a5dc095efe5ce6e0ebe2dbdf70114c953aa93452.zip
wx: Clean up as suggested by tidier
Diffstat (limited to 'lib/wx/examples')
-rw-r--r--lib/wx/examples/demo/demo_html_tagger.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/examples/demo/demo_html_tagger.erl b/lib/wx/examples/demo/demo_html_tagger.erl
index 9b6d1fd950..5bb1485185 100644
--- a/lib/wx/examples/demo/demo_html_tagger.erl
+++ b/lib/wx/examples/demo/demo_html_tagger.erl
@@ -462,7 +462,7 @@ fix_remote([H|T]) ->
fix_remote([]) ->
[].
--spec is_keyword(atom()) -> bool().
+-spec is_keyword(atom()) -> boolean().
is_keyword('after' ) -> true;
is_keyword('and') -> true;