Ver Fonte

Typo fix

Aidan Follestad há 9 anos atrás
pai
commit
0a9feb19b6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -979,7 +979,7 @@ new ColorChooserDialog.Builder(this, R.string.color_palette)
     .show();
 ```
 
-The dialog passed in the `Builder` constructor must implement `ColorCallback`:
+The `Activity` passed in the `Builder` constructor must implement `ColorCallback`:
 
 ```java
 @Override