Skip to content

Commit 7f0c277

Browse files
committed
Fix typo in AroundRadius
1 parent 6192130 commit 7f0c277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/com/algolia/search/model/search/AroundRadius.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import kotlinx.serialization.json.intOrNull
1313

1414
/**
1515
* Define the maximum radius for a geo search (in meters).
16-
* This setting only works within the context of a radial (circuler) geo search, enabled by aroundLatLngViaIP or
16+
* This setting only works within the context of a radial (circular) geo search, enabled by aroundLatLngViaIP or
1717
* aroundLatLng.
1818
*/
1919
@Serializable(AroundRadius.Companion::class)

0 commit comments

Comments
 (0)