Aidan Follestad 9 years ago
parent
commit
0a9feb19b6
1 changed files with 1 additions and 1 deletions
  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