diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
commit | 8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch) | |
tree | 56fa17f935f75b18a6ca11c175b7751294694d8e /include/service.h | |
parent | ec7dfb3675973e0e0ec6df69c871797bc94e8413 (diff) |
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
Diffstat (limited to 'include/service.h')
-rw-r--r-- | include/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/service.h b/include/service.h index dc2ebf609..492ac962e 100644 --- a/include/service.h +++ b/include/service.h @@ -112,7 +112,7 @@ class CoreExport Service : public virtual Base } }; -/** Like Reference, but used to refer to Services. +/** Like Reference, but used to refer to a Service. */ template<typename T> class ServiceReference : public Reference<T> |