Skip to content

Commit e2b5955

Browse files
authored
fix comment typo
1 parent 4182af0 commit e2b5955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ColorPickerPreference/src/main/java/net/margaritov/preference/colorpicker/ColorPickerPreference.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import android.widget.LinearLayout;
3232

3333
/**
34-
* A preference type that allows a user to choose a time
34+
* A preference type that allows a user to choose a color
3535
*
3636
* @author Sergey Margaritov
3737
*/
@@ -329,4 +329,4 @@ public SavedState[] newArray(int size) {
329329
}
330330
};
331331
}
332-
}
332+
}

0 commit comments

Comments
 (0)