typo single vs simple (#1785)

This commit is contained in:
Cooper Dale 2022-01-10 00:05:57 +01:00 committed by GitHub
parent 17cc02ed98
commit 1472514ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,7 +452,7 @@ And then later in code:
- id: page1
lambda: |-
// Draw the graph at position [x=10,y=20]
it.graph(10, 20, id(simple_temperature_graph));
it.graph(10, 20, id(single_temperature_graph));
- id: page2
lambda: |-
// Draw the graph at position [x=10,y=20]