Add publish_only to affiliation type spec

This commit is contained in:
Christophe Romain 2015-04-22 18:10:35 +02:00
parent 2e194bd997
commit df3afafb48
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
-type(affiliation() :: 'none'
| 'owner'
| 'publisher'
%| 'publish-only'
| 'publish_only'
| 'member'
| 'outcast'
).