aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/pubsub.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl
index 2f85bdbfa..f43e1644b 100644
--- a/include/pubsub.hrl
+++ b/include/pubsub.hrl
@@ -98,7 +98,7 @@
-type(affiliation() :: 'none'
| 'owner'
| 'publisher'
- %| 'publish-only'
+ | 'publish_only'
| 'member'
| 'outcast'
).