diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-07-21 15:12:55 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-07-21 15:12:55 +0100 |
| commit | f530357e3d5bac447811986ad8fd68bef1822c60 (patch) | |
| tree | fc3c27f7cf2c278881b3ce921e9328b08cc05698 /src | |
| parent | 243024cd490e633f480d23987cb31506dbfaba3a (diff) | |
| download | rabbitmq-server-git-f530357e3d5bac447811986ad8fd68bef1822c60.tar.gz | |
Bad OTP! No quotes!
Diffstat (limited to 'src')
| -rw-r--r-- | src/mirrored_supervisor.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 4e111b8f4c..b927cf72de 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -203,7 +203,7 @@ -spec which_children(SupRef) -> [{Id,Child,Type,Modules}] when SupRef :: sup_ref(), - Id :: child_id() | undefined, + Id :: child_id() | 'undefined', Child :: child(), Type :: worker(), Modules :: modules(). |
