Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jun 5, 2023
1 parent 4224df0 commit 48be938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/usage_pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Example of actions in `plugin_startup`:

2. many appbase apps do not check the return value of `app->initialize()` or catch exceptions.

3. have `app->initialize()` return `enum class result { all_done, success, failure }`, so an application knows whether to just return or contunue with `app->startup();`.
3. have `app->initialize()` return `enum class result { all_done, success, failure }`, so an application knows whether to just return or continue with `app->startup();`.



Expand Down

0 comments on commit 48be938

Please sign in to comment.