corrected comment.

This commit is contained in:
Kevin G Christiano 2019-10-08 15:19:12 -04:00
parent 03f12b8a7a
commit 1618583acc

View File

@ -259,7 +259,7 @@ import MVMCore
}
/// updates the visuals of the check mark and background.
/// - parameter isSelection: the check state of the checkbox.
/// - parameter isSelected: the check state of the checkbox.
/// - parameter isAnimated: determines of the changes should animate or immediately refelect.
public func updateCheckboxUI(isSelected: Bool, isAnimated: Bool) {