diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:38:54 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:51:51 +0100 |
commit | 952ee5cc603a5231348b8cfab18ee85a097f5394 (patch) | |
tree | af56b96d229f931ace18fcf69a35614b5921e289 /include/mode.h | |
parent | 8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d (diff) |
Fix various documentation comments.
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h index 17f7e0133..82dd75770 100644 --- a/include/mode.h +++ b/include/mode.h @@ -681,7 +681,7 @@ class CoreExport ModeParser : public fakederef<ModeParser> * * host.name -> *!*\@host.name * - * ident@host.name -> *!ident\@host.name + * ident\@host.name -> *!ident\@host.name * * This method can be used on both IPV4 and IPV6 user masks. */ |