Skip to content

[Content]: Kotlin Implementation Guide missing comma on sample code #6756

@Kotronator

Description

@Kotronator

What article on segment.com/docs is affected?

https://segment.com/docs/connections/sources/catalog/libraries/mobile/kotlin-android/implementation/#track

What part(s) of the article would you like to see updated?

Kotlin. code on track sample is
analytics.track("View Product", buildJsonObject {
put("productId", 123)
put("productName" "Striped trousers")
});
and should be
analytics.track("View Product", buildJsonObject {
put("productId", 123)
put("productName", "Striped trousers")
});

comma is missing between "productName" "Striped trousers"

Additional information

No response

Metadata

Metadata

Assignees

Labels

contentWhen the bug is about content that needs to get fixedtriaged

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions