Unverified Commit 8997dd5d authored by Kevin Moore's avatar Kevin Moore Committed by GitHub

Fix doc comment line accidentally removed (#108654)

Fixing issue in commit c92e0014
parent 3d1f7073
......@@ -22,6 +22,7 @@ class AutofillHints {
///
/// This hint will be translated to the below values on different platforms:
///
/// * Android: [AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY](https://developer.android.com/reference/androidx/autofill/HintConstants#AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY).
/// * iOS: [addressCity](https://developer.apple.com/documentation/uikit/uitextcontenttype).
/// * Otherwise, the hint string will be used as-is.
static const String addressCity = 'addressCity';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment