diff options
Diffstat (limited to 'docs/guild_rank.md')
| -rw-r--r-- | docs/guild_rank.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guild_rank.md b/docs/guild_rank.md index 6e9183c..a823f6c 100644 --- a/docs/guild_rank.md +++ b/docs/guild_rank.md @@ -99,7 +99,7 @@ The name of the rank that is displayed in-game. ### rights -The rights a player with this rank has in the guild. The calculation of multiple rights is a bit different in this case as the rights do not all have 2^n values. To combine ranks, you must do the OR operation (|) on the two flags. +The rights a player with this rank has in the guild. The calculation of multiple rights is a bit different in this case as the rights do not all have 2^n values. To combine ranks, you must do the OR operation (\|) on the two flags. <table> <colgroup> |
