Merge pull request #1613 from k1499/fix-example-scenes-doc-typo

Typo fix in UpdatersExample
This commit is contained in:
鹤翔万里 2021-08-24 23:27:08 -05:00 committed by GitHub
commit 952a598e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ UpdatersExample
# If the argument itself might change, you can use f_always,
# for which the arguments following the initial Mobject method
# should be functions returning arguments to that method.
# The following line ensures thst decimal.set_value(square.get_y())
# The following line ensures that decimal.set_value(square.get_y())
# is called every frame
f_always(number.set_value, square.get_width)
# You could also write the following equivalent line