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 2bceb3d + d7f9d07 commit 9e17942Copy full SHA for 9e17942
src/app/appfactory.cpp
@@ -247,7 +247,7 @@ std::shared_ptr<muse::IApplication> AppFactory::newGuiApp(const CmdOptions& opti
247
std::shared_ptr<GuiApp> app = std::make_shared<GuiApp>(options, ctx);
248
249
//! NOTE `diagnostics` must be first, because it installs the crash handler.
250
- //! For other modules, the order is (an should be) unimportant.
+ //! For other modules, the order is (and should be) unimportant.
251
app->addModule(new muse::diagnostics::DiagnosticsModule());
252
253
// framework
0 commit comments