Skip to content

Commit 3479bee

Browse files
committed
bricks/virtualhub/README: fix typos
1 parent fd35ec7 commit 3479bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bricks/virtualhub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ runtime only runs during callback from the MicroPython runtime, so the main
4343
thread does not run continuously.
4444

4545
There are two basic kinds of hooks for passing information between the Pybricks
46-
MicroPython runtime and the virtual driver Python runtime. For events, there
46+
MicroPython runtime and the virtual driver Python runtime. For events, there are
4747
`on_<event>()` methods in Python that will be called whenever the MicroPython
4848
runtime emits the event. For polled values, there are properties/attributes
49-
that are by the MicroPython runtime whenever it needs to use the value.
49+
that are read by the MicroPython runtime whenever it needs to use the value.
5050

5151
## Implementing virtual hub drivers in Python
5252

0 commit comments

Comments
 (0)