소스 검색

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
-`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.**
 
 ---