Skip to content
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

Comment on API/CollectionClass.md (20-R5) #356

Open
jeremy-french-4D opened this issue Aug 24, 2024 · 0 comments
Open

Comment on API/CollectionClass.md (20-R5) #356

jeremy-french-4D opened this issue Aug 24, 2024 · 0 comments

Comments

@jeremy-french-4D
Copy link

Class: Collection

Link: https://doc4d.github.io/docs/20-R5/API/CollectionClass

Method: .remove()

Link: https://doc4d.github.io/docs/20-R5/API/CollectionClass#remove


The Description clearly states that the method .remove() removes certain elements from a collection and returns the revised collection. Please take a look at the following image #1.

image

However, the wording of the return value in the Parameter table must be corrected.

Please take a look at the following image #2.

image

To reiterate, the modified collection is returned, not the original collection before modifying, when using the .remove () collection method.

Perhaps the return value description below should read as:

The modified collection without the removed items is returned.

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

No branches or pull requests

1 participant