Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

jcsahnwaldt
Copy link

@jcsahnwaldt jcsahnwaldt commented Apr 2, 2023

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, ...)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant