Skip to content

Commit

Permalink
Data.List: Add a needed space to the document
Browse files Browse the repository at this point in the history
minimum 🐕
  • Loading branch information
aiya000 committed Oct 22, 2018
1 parent 16735c9 commit a1fdc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vital/Data/List.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ flatten({list} [, {limit}]) *Vital.Data.List.flatten()*
sort({list}, {function}) *Vital.Data.List.sort()*
Sorts the items in |List| {list} in-place. Returns {list}. When
{function} is a |Funcref|, this function returns the same result as
|sort()|. When {function} is a |String|expression, this function uses
|sort()|. When {function} is a |String| expression, this function uses
{function} to compare items. Inside {function} a:a and a:b have the
value of the current items. The evaluating result of {function} must
have zero if they are equal, 1 or bigger if a:a sorts after the a:b,
Expand Down

0 comments on commit a1fdc86

Please sign in to comment.