From c059331cd93c4965e4263b85ea0b76bacd2e973d Mon Sep 17 00:00:00 2001 From: takattata Date: Sun, 17 Sep 2017 12:52:51 +0900 Subject: [PATCH] Fix typo in comment --- StatefulViewController/ViewStateMachine.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatefulViewController/ViewStateMachine.swift b/StatefulViewController/ViewStateMachine.swift index cd1dca9..ef11fa3 100644 --- a/StatefulViewController/ViewStateMachine.swift +++ b/StatefulViewController/ViewStateMachine.swift @@ -125,7 +125,7 @@ public class ViewStateMachine { /// /// - parameter state: The state to transition to /// - parameter animated: true if the transition should fade views in and out - /// - parameter campletion: called when all animations are finished and the view has been updated + /// - parameter completion: called when all animations are finished and the view has been updated /// public func transitionToState(_ state: ViewStateMachineState, animated: Bool = true, completion: (() -> ())? = nil) { lastState = state