1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -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
commit 1490f14ab4

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