This commit is contained in:
Nav
2022-08-27 17:56:55 +01:00
parent f77e9d7874
commit 6c436cbefc
9 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ namespace Bloom::DebugServer
[[nodiscard]] virtual std::string getName() const = 0;
/**
* Called on startup of the DebugServerComponent. The server should implement any initialisation work here.
* Called on start up of the DebugServerComponent. The server should implement any initialisation work here.
*/
virtual void init() = 0;