From 8cb19877f9ef0aff16871bbf53df9be9de7a6657 Mon Sep 17 00:00:00 2001 From: Fumiya Yamanaka Date: Mon, 8 May 2017 12:59:19 +0900 Subject: [PATCH] Update Ask.swift --- Source/Ask.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Ask.swift b/Source/Ask.swift index 4336624..29ca037 100644 --- a/Source/Ask.swift +++ b/Source/Ask.swift @@ -8,7 +8,7 @@ /** - Display a promt to the user + Display a prompt to the user - parameter prompt: The message to display - parameter customizationBlock: The block to costumize the prompt before displaying @@ -21,7 +21,7 @@ public func ask(_ prompt: String, customizationBlock: ((AskSettings) -> /** - Display a promt to the user + Display a prompt to the user - parameter prompt:The message to display - parameter type: The value type to be expected from the user