core: fix fn reference in comment
This commit is contained in:
parent
80d019d8ef
commit
7c7dd4c5ab
|
@ -27,8 +27,8 @@
|
||||||
(define (prepare-context! context)
|
(define (prepare-context! context)
|
||||||
(define options (sass_context_get_options context))
|
(define options (sass_context_get_options context))
|
||||||
(for ([path (reverse (current-include-paths))])
|
(for ([path (reverse (current-include-paths))])
|
||||||
;; Unlike Sass_Data_Context, this function does not take ownership
|
;; Unlike sass_make_data_context, this function does not take
|
||||||
;; of path. Cool.
|
;; ownership of path. Cool.
|
||||||
(sass_option_push_include_path options path)))
|
(sass_option_push_include_path options path)))
|
||||||
|
|
||||||
(define ((make-compiler #:constructor make-wrapper
|
(define ((make-compiler #:constructor make-wrapper
|
||||||
|
|
Loading…
Reference in New Issue