Did you mean 'draws'?

This commit is contained in:
0xflotus
2020-05-27 18:42:41 +02:00
committed by GitHub
parent a0fbb1bab6
commit e7e9f78a3c

View File

@@ -102,7 +102,7 @@ When you call the `annotate` function, you get back an annotation object, which
Returns if the annotation is showing
#### show()
Drawns the annotation. If the annotation is set to animate (default), it will animate the drawing. If called again, it will re-draw the animation.
Draws the annotation. If the annotation is set to animate (default), it will animate the drawing. If called again, it will re-draw the animation.
#### hide()
Hides the annotation if showing. This is not animated.