Merge "docs: fix typos" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-11-12 23:10:51 +00:00
committed by Android (Google) Code Review

View File

@@ -1266,12 +1266,12 @@ public class NumberPicker extends LinearLayout {
* current value is set to the {@link NumberPicker#getMaxValue()} value. * current value is set to the {@link NumberPicker#getMaxValue()} value.
* </p> * </p>
* <p> * <p>
* If the argument is less than the {@link NumberPicker#getMaxValue()} and * If the argument is more than the {@link NumberPicker#getMaxValue()} and
* {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
* current value is set to the {@link NumberPicker#getMaxValue()} value. * current value is set to the {@link NumberPicker#getMaxValue()} value.
* </p> * </p>
* <p> * <p>
* If the argument is less than the {@link NumberPicker#getMaxValue()} and * If the argument is more than the {@link NumberPicker#getMaxValue()} and
* {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
* current value is set to the {@link NumberPicker#getMinValue()} value. * current value is set to the {@link NumberPicker#getMinValue()} value.
* </p> * </p>