Skip to content

Commit

Permalink
Typo (thanks Alan)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-other-james committed Dec 17, 2024
1 parent b5285bd commit 9e653e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class Plugin(AIPlugin):
pass
```

Normally the `update` function is use to process incoming data and the `render_reasoning` function is used to produce and return the plugin's output.
Normally the `update` function is used to process incoming data and the `render_reasoning` function is used to produce and return the plugin's output.
Here we do everything in the `update` function for simplicity (and scream doesn't actually have anything useful to pass on to other plugins).
First we check that the high level data does in fact have an entry named "Kalman Filter", which is the name of the Kalman plugin in the config file.

Expand Down

0 comments on commit 9e653e7

Please sign in to comment.