Skip to content

Wrong output given in api documentation of runningFold #3567

New issue

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

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

Already on GitHub? Sign in to your account

Closed
kfh opened this issue Jan 2, 2023 · 1 comment
Closed

Wrong output given in api documentation of runningFold #3567

kfh opened this issue Jan 2, 2023 · 1 comment
Labels
docs KDoc and API reference

Comments

@kfh
Copy link

kfh commented Jan 2, 2023

There is a minor documentation error in the api docs of runningFold. The output in the example should be a list of lists:

will produce [], [1], [1, 2], [1, 2, 3] --> will produce [[], [1], [1, 2], [1, 2, 3]]

@kfh kfh added the bug label Jan 2, 2023
@qwwdfsad qwwdfsad added docs KDoc and API reference and removed bug labels Jan 2, 2023
@qwwdfsad
Copy link
Member

qwwdfsad commented Jan 2, 2023

An example enumerates all list elements, not the list toString() result, but it indeed can be source of confusion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs KDoc and API reference
Projects
None yet
Development

No branches or pull requests

2 participants