Skip to content

Commit 7d97472

Browse files
authored
Merge pull request #39 from Open-STEM/FixControllerClass
controller class tick -> update
2 parents c0c65c7 + f227326 commit 7d97472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XRPLib/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Controller:
55

66
def update(self, input) -> float:
77
"""
8-
Handle a new ypdate of this control loop given an effected input.
8+
Handle a new update of this control loop given an effected input.
99
1010
:param error: The input to this controller for a given update. Usually an error or some other correctable value
1111
:type error: float

0 commit comments

Comments
 (0)