summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-10 00:37:50 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-10 00:37:50 -0600
commitc27834eb70432afb92ce1e1253497cc12cb9775e (patch)
tree803d6b30f874ff3ec48fe08551d3d276ab093c30 /lib
parentExpand ExampleHandler, add docs (diff)
Fix indentation in example_handler.ex
Diffstat (limited to 'lib')
-rw-r--r--lib/exirc/example_handler.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/exirc/example_handler.ex b/lib/exirc/example_handler.ex
index f38deaf..de8939e 100644
--- a/lib/exirc/example_handler.ex
+++ b/lib/exirc/example_handler.ex
@@ -1,8 +1,8 @@
defmodule ExampleHandler do
@moduledoc """
This is an example event handler that you can attach to the client using
- add_handler/add_handler_async. To remove, call remove_handler/remove_handler_async
- with the pid of the handler process.
+ `add_handler` or `add_handler_async`. To remove, call `remove_handler` or
+ `remove_handler_async` with the pid of the handler process.
"""
alias ExIrc.Client.IrcMessage, as: IrcMessage