diff options
| author | 2022-12-20 17:17:47 +0000 | |
|---|---|---|
| committer | 2022-12-20 17:17:47 +0000 | |
| commit | 997684e183bfa69a7de3345669f4b6112970b82d (patch) | |
| tree | 758aa5b09999a5ba8cd322a036dc51f5b52f4acd /include/extension.h | |
| parent | Allow remapping mode and extban characters at load time. (diff) | |
Fix a Doxygen documentation typo.
Diffstat (limited to 'include/extension.h')
| -rw-r--r-- | include/extension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extension.h b/include/extension.h index 77f2187aa..28c0d269c 100644 --- a/include/extension.h +++ b/include/extension.h @@ -135,7 +135,7 @@ public: FromInternal(container, value); } - /** @copydoc ExtensinItem::ToNetwork */ + /** @copydoc ExtensionItem::ToNetwork */ std::string ToNetwork(const Extensible* container, void* item) const noexcept override { return synced ? ToInternal(container, item) : std::string(); |
