Skip to content

operators.md: fix expansion of [0] =#116

Open
jcsahnwaldt wants to merge 1 commit into
Kotlin:releasefrom
jcsahnwaldt:patch-1
Open

operators.md: fix expansion of [0] =#116
jcsahnwaldt wants to merge 1 commit into
Kotlin:releasefrom
jcsahnwaldt:patch-1

Conversation

@jcsahnwaldt

@jcsahnwaldt jcsahnwaldt commented Apr 2, 2023

Copy link
Copy Markdown

The text said foo[0] = bar is expanded to foo.set(bar), but foo.set(0, bar) would be correct.

The text said `[0] = ...` is expanded to `.set(...)`, but it should be `.set(0, ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant