Skip to content

Commit 3ad7746

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Fixing a typo in the NumberPicker documentation."
2 parents e414613 + 08a9e9f commit 3ad7746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/java/android/widget/NumberPicker.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555

5656
/**
5757
* A widget that enables the user to select a number form a predefined range.
58-
* The widget presents an input filed and up and down buttons for selecting the
58+
* The widget presents an input field and up and down buttons for selecting the
5959
* current value. Pressing/long pressing the up and down buttons increments and
60-
* decrements the current value respectively. Touching the input filed shows a
60+
* decrements the current value respectively. Touching the input field shows a
6161
* scroll wheel, tapping on which while shown and not moving allows direct edit
6262
* of the current value. Sliding motions up or down hide the buttons and the
63-
* input filed, show the scroll wheel, and rotate the latter. Flinging is
63+
* input field, show the scroll wheel, and rotate the latter. Flinging is
6464
* also supported. The widget enables mapping from positions to strings such
6565
* that instead the position index the corresponding string is displayed.
6666
* <p>

0 commit comments

Comments
 (0)