Skip to content

Commit

Permalink
Update src/recipes/tooling-editor-plugin.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Haller <bromeon@gmail.com>
  • Loading branch information
QueenOfSquiggles and Bromeon authored Jan 10, 2024
1 parent 6db9600 commit b2c423a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recipes/tooling-editor-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ impl IEditorPlugin for MyEditorPlugin {
}

fn enter_tree(&mut self) {
// perform typical plugin operations here
// Perform typical plugin operations here.
}

fn exit_tree(&mut self) {
// perform typical plugin operations here
// Perform typical plugin operations here.
}
}
```
Expand Down

0 comments on commit b2c423a

Please sign in to comment.