@@ -135,7 +135,7 @@ public fun rememberMarkerState(
135135 * A composable for a marker on the map.
136136 * @param state the [MarkerState] to be used to control or observe the marker
137137 * @param contentDescription the content description for accessibility purposes
138- * @param state such as its position and info window
138+ * state such as its position and info window
139139 * @param alpha the alpha (opacity) of the marker
140140 * @param anchor the anchor for the marker image
141141 * @param draggable sets the draggability for the marker
@@ -203,7 +203,7 @@ public fun Marker(
203203 * @param keys unique keys representing the state of this Marker. Any changes to one of the key will
204204 * trigger a rendering of the content composable and thus the rendering of an updated marker.
205205 * @param state the [MarkerState] to be used to control or observe the marker
206- * @param state such as its position and info window
206+ * state such as its position and info window
207207 * @param contentDescription the content description for accessibility purposes
208208 * @param alpha the alpha (opacity) of the marker
209209 * @param anchor the anchor for the marker image
@@ -275,7 +275,7 @@ public fun MarkerComposable(
275275 * [com.google.maps.android.compose.Marker].
276276 *
277277 * @param state the [MarkerState] to be used to control or observe the marker
278- * @param state such as its position and info window
278+ * state such as its position and info window
279279 * @param alpha the alpha (opacity) of the marker
280280 * @param anchor the anchor for the marker image
281281 * @param draggable sets the draggability for the marker
@@ -345,7 +345,7 @@ public fun MarkerInfoWindow(
345345 * [com.google.maps.android.compose.Marker].
346346 *
347347 * @param state the [MarkerState] to be used to control or observe the marker
348- * @param state such as its position and info window
348+ * state such as its position and info window
349349 * @param alpha the alpha (opacity) of the marker
350350 * @param anchor the anchor for the marker image
351351 * @param draggable sets the draggability for the marker
@@ -413,7 +413,7 @@ public fun MarkerInfoWindowContent(
413413 * Internal implementation for a marker on a Google map.
414414 *
415415 * @param state the [MarkerState] to be used to control or observe the marker
416- * @param state such as its position and info window
416+ * state such as its position and info window
417417 * @param contentDescription the content description for accessibility purposes
418418 * @param alpha the alpha (opacity) of the marker
419419 * @param anchor the anchor for the marker image
@@ -534,7 +534,7 @@ private fun MarkerImpl(
534534 *
535535 * @param state the [MarkerState] to be used to control or observe the marker
536536 * @param contentDescription the content description for accessibility purposes
537- * @param state such as its position and info window
537+ * state such as its position and info window
538538 * @param alpha the alpha (opacity) of the marker
539539 * @param anchor the anchor for the marker image
540540 * @param draggable sets the draggability for the marker
@@ -607,7 +607,7 @@ public fun AdvancedMarker(
607607 *
608608 * @param state the [MarkerState] to be used to control or observe the marker
609609 * @param contentDescription the content description for accessibility purposes
610- * @param state such as its position and info window
610+ * state such as its position and info window
611611 * @param alpha the alpha (opacity) of the marker
612612 * @param anchor the anchor for the marker image
613613 * @param draggable sets the draggability for the marker
0 commit comments