Skip to content

Commit 950a70b

Browse files
Merge pull request #6759 from segmentio/fix-6756
fix code snippet
2 parents 156e338 + 225b457 commit 950a70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/implementation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fun <T> track(name: String, properties: T, serializationStrategy: KSerializer<T>
6969
```java
7070
analytics.track("View Product", buildJsonObject {
7171
put("productId", 123)
72-
put("productName" "Striped trousers")
72+
put("productName", "Striped trousers")
7373
});
7474
```
7575
{% endcodeexampletab %}

0 commit comments

Comments
 (0)