浏览代码

Small typo fix.

Aidan Follestad 10 年之前
父节点
当前提交
a384b06540
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -783,7 +783,7 @@ new MaterialDialog.Builder(this)
 ```
 ```
 
 
 **Note that `inputMaxLengthRes(int, int)` takes a color resource ID for the second parameter, while
 **Note that `inputMaxLengthRes(int, int)` takes a color resource ID for the second parameter, while
-`inputMaxLength(int, int)` takes a literal color integr for the second parameter. You can use either one.**
+`inputMaxLength(int, int)` takes a literal color integer for the second parameter. You can use either one.**
 
 
 ---
 ---