Skip to content

Commit 96fe22d

Browse files
committed
fix: restore broken KDoc syntax in SearchByTextRequest.kt
1 parent 84f817c commit 96fe22d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

places-ktx/src/main/java/com/google/android/libraries/places/ktx/api/net/SearchByTextRequest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ package com.google.android.libraries.places.ktx.api.net
1616

1717
import com.google.android.libraries.places.api.model.Place
1818
import com.google.android.libraries.places.api.net.SearchByTextRequest
19-
19+
/**
20+
* Type-safe price levels for filtering search results.
21+
*
2022
* @property value The integer value mapping to the SDK's price level constant.
2123
* The exact amount indicated by a specific value will vary from region to region, though a
2224
* value of 0 (FREE) always denotes that this place is free.

0 commit comments

Comments
 (0)