Skip to content

Commit

Permalink
Fix dList.numerical meta (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergu authored and mcmonkey4eva committed Feb 13, 2018
1 parent 2a21729 commit 144beae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ public String run(Attribute attribute, dObject object) {

// <--[tag]
// @attribute <li@list.numerical>
// @returns Element
// @returns dList
// @description
// returns the list sorted to be in numerical order.
// For example: a list of "3|2|1|10" will return "1|2|3|10".
Expand Down

0 comments on commit 144beae

Please sign in to comment.