From ada2de698098d1dc400c6b64924de48be79e9870 Mon Sep 17 00:00:00 2001 From: Javier Santos Date: Thu, 11 Feb 2016 17:15:58 +0100 Subject: [PATCH] Minor grammar improvements --- .../materialstyleddialogs/MaterialStyledDialog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/main/java/com/github/javiersantos/materialstyleddialogs/MaterialStyledDialog.java b/library/src/main/java/com/github/javiersantos/materialstyleddialogs/MaterialStyledDialog.java index 2aad0a3..7140fc4 100644 --- a/library/src/main/java/com/github/javiersantos/materialstyleddialogs/MaterialStyledDialog.java +++ b/library/src/main/java/com/github/javiersantos/materialstyleddialogs/MaterialStyledDialog.java @@ -89,7 +89,7 @@ public MaterialStyledDialog withDialogAnimation(Boolean withAnimation) { } /** - * Set if the dialog will be displayed with an open and close animation, with duration. Default: false, Duration.NORMAL. + * Set if the dialog will be displayed with an open and close animation, with custom duration. Default: false, Duration.NORMAL. * * @param withAnimation true to enable animation, false otherwise * @return this @@ -230,7 +230,7 @@ public MaterialStyledDialog setCancelable(Boolean cancelable) { @UiThread public MaterialStyledDialog build() { - // Set isCancelable + // Set cancelable builder.cancelable(isCancelable); // Set style