Browse Source

Fix README typo.

Roberto Ostinelli 8 years ago
parent
commit
4e5fa6a58d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -458,7 +458,7 @@ The `process_groups_process_exit_callback` option allows you to specify the `mod
 
 The callback function is defined as:
 ```erlang
-CallbackFun = fun(Names, Pid, Meta, Reason) -> any().
+CallbackFun = fun(Name, Pid, Meta, Reason) -> any().
 
 Types:
 	Name = any()