diff --git a/snippets/rearg.md b/snippets/rearg.md index 61443d363..59bf66926 100644 --- a/snippets/rearg.md +++ b/snippets/rearg.md @@ -1,6 +1,6 @@ --- title: rearg -tags: adapter,function,intermediate +tags: function,intermediate --- Creates a function that invokes the provided function with its arguments arranged according to the specified indexes. @@ -19,4 +19,4 @@ var rearged = rearg( [2, 0, 1] ); rearged('b', 'c', 'a'); // ['a', 'b', 'c'] -``` \ No newline at end of file +```