Skip to content

Commit

Permalink
Minor grammar improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Feb 11, 2016
1 parent 872969b commit ada2de6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -230,7 +230,7 @@ public MaterialStyledDialog setCancelable(Boolean cancelable) {

@UiThread
public MaterialStyledDialog build() {
// Set isCancelable
// Set cancelable
builder.cancelable(isCancelable);

// Set style
Expand Down

0 comments on commit ada2de6

Please sign in to comment.