We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0371e5 + ded3f3a commit ded6d9cCopy full SHA for ded6d9c
src/App.cpp
@@ -53,7 +53,7 @@ int main(int argc, const char * argv[]) {
53
54
run();
55
56
- /* Print how much objects were created during app running, and what have left-probably leaked */
+ /* Print how many objects were created during app running, and what have left-probably leaked */
57
/* Disable object counting for release builds using '-D OATPP_DISABLE_ENV_OBJECT_COUNTERS' flag for better performance */
58
std::cout << "\nEnvironment:\n";
59
std::cout << "objectsCount = " << oatpp::base::Environment::getObjectsCount() << "\n";
0 commit comments