fix minor typo (#1133)

pull/1135/head
SylvainJuge 3 years ago committed by GitHub
parent 275d45f479
commit 447ac1bb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ To make our plugin do anything useful, we need to add [[event-handler-hooks]] to
```c++
class MyPlugin : public Plugin {
public:
EventHanderResult onKeyEvent(KeyEvent &event);
EventHandlerResult onKeyEvent(KeyEvent &event);
};
```

Loading…
Cancel
Save