Aidan Follestad 9 år sedan
förälder
incheckning
0a9feb19b6
1 ändrade filer med 1 tillägg och 1 borttagningar
  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