Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: incorrect order of arguments in the call() example #1158

Closed
myakura opened this issue Mar 10, 2014 · 0 comments
Closed

docs: incorrect order of arguments in the call() example #1158

myakura opened this issue Mar 10, 2014 · 0 comments
Milestone

Comments

@myakura
Copy link

myakura commented Mar 10, 2014

http://sass-lang.com/documentation/Sass/Script/Functions.html#call-instance_method says:

$fn: nth;
call($fn, 2, (a b c)) => b

It should be call($fn, (a b c), 2).

@nex3 nex3 added this to the 3.3.1 milestone Mar 10, 2014
@nex3 nex3 closed this as completed in 5ccd75d Mar 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants