1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 07:56:32 -05:00

Merge pull request #2327 from lioncash/typo

act: Fix docstring typo
This commit is contained in:
bunnei
2016-12-15 15:52:14 -05:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
namespace Service { namespace Service {
namespace ACT { namespace ACT {
/// Initialize AM service /// Initializes all ACT services
void Init(); void Init();
} // namespace ACT } // namespace ACT