InputHandler // Documentation fix.

This commit is contained in:
ShikiSuen 2022-12-11 12:55:25 +08:00
parent e907871b36
commit aaf8ab3216
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class InputHandler: InputHandlerProtocol {
/// - Parameters: /// - Parameters:
/// - value: /// - value:
/// - respectCursorPushing: true /// - respectCursorPushing: true
/// - consolidate: /// - preConsolidate:
public func consolidateNode( public func consolidateNode(
candidate: ([String], String), respectCursorPushing: Bool = true, preConsolidate: Bool = false candidate: ([String], String), respectCursorPushing: Bool = true, preConsolidate: Bool = false
) { ) {