mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
fix(collection): filter() markdown (#9402)
This commit is contained in:
@@ -106,7 +106,7 @@ collection.sweep((user) => user.username === 'Bob');
|
|||||||
</CH.Code>
|
</CH.Code>
|
||||||
|
|
||||||
A more complicated method is _`partition`_, which splits a single Collection into two new Collections based on the provided function.
|
A more complicated method is _`partition`_, which splits a single Collection into two new Collections based on the provided function.
|
||||||
You can think of it as two \_`filter`\_s, but done at the same time:
|
You can think of it as two \_`filter`\_ methods, but done at the same time:
|
||||||
|
|
||||||
<CH.Code>
|
<CH.Code>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user