We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68eb99 commit 22af689Copy full SHA for 22af689
core/src/main/java/resource/fld/core-base.fld
@@ -9511,13 +9511,13 @@ The following things are considered to be empty:
9511
<type>string</type>
9512
</return>
9513
</function>
9514
- <!-- ListRemoveDuplicates -->
+ <!-- ListGetDuplicates -->
9515
<function>
9516
<name>ListGetDuplicates</name>
9517
<class>lucee.runtime.functions.list.ListGetDuplicates</class>
9518
<keywords>list,string</keywords>
9519
<member-name>listGetDuplicates</member-name>
9520
- <description>Removes duplicate values from list.</description>
+ <description>Gets a list of duplicate values from a list.</description>
9521
<introduced>7.0.0.107</introduced>
9522
<argument>
9523
<name>list</name>
0 commit comments