Typo fix in UpdatersExample

This commit is contained in:
Kausik SS 2021-08-24 10:44:24 +05:30
parent 1b24074369
commit e712951f2d

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