Aidan Follestad hace 9 años
padre
commit
0a9feb19b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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