Fix typo in set-nth documentation

This commit is contained in:
xzyfer
2014-10-31 10:47:05 +11:00
parent 7a2448d891
commit 4956636dda

View File

@@ -170,7 +170,7 @@ module Sass::Script
# \{#nth nth($list, $n)}
# : Returns a specific item in a list.
#
# \{#length set-nth($list, $n, $value)}
# \{#set-nth set-nth($list, $n, $value)}
# : Replaces the nth item in a list.
#
# \{#join join($list1, $list2, \[$separator\])}