Skip to content

Commit 22af689

Browse files
authored
qCorrect function description of lisfGetDuplicates()
1 parent b68eb99 commit 22af689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/resource/fld/core-base.fld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9511,13 +9511,13 @@ The following things are considered to be empty:
95119511
<type>string</type>
95129512
</return>
95139513
</function>
9514-
<!-- ListRemoveDuplicates -->
9514+
<!-- ListGetDuplicates -->
95159515
<function>
95169516
<name>ListGetDuplicates</name>
95179517
<class>lucee.runtime.functions.list.ListGetDuplicates</class>
95189518
<keywords>list,string</keywords>
95199519
<member-name>listGetDuplicates</member-name>
9520-
<description>Removes duplicate values from list.</description>
9520+
<description>Gets a list of duplicate values from a list.</description>
95219521
<introduced>7.0.0.107</introduced>
95229522
<argument>
95239523
<name>list</name>

0 commit comments

Comments
 (0)