Merge change 741 into donut

* changes:
  Fix typo in searchSuggestThreshold attr doc.
This commit is contained in:
Android (Google) Code Review
2009-04-29 14:30:27 -07:00

View File

@@ -2781,7 +2781,7 @@
when the user clicks a suggestion. <i>Optional attribute.</i> --> when the user clicks a suggestion. <i>Optional attribute.</i> -->
<attr name="searchSuggestIntentData" format="string" /> <attr name="searchSuggestIntentData" format="string" />
<!-- If provided, this is the minimun number of characters needed to trigger <!-- If provided, this is the minimum number of characters needed to trigger
search suggestions. The default value is 0. <i>Optional attribute.</i> --> search suggestions. The default value is 0. <i>Optional attribute.</i> -->
<attr name="searchSuggestThreshold" format="integer" /> <attr name="searchSuggestThreshold" format="integer" />