core: fix fn reference in comment

This commit is contained in:
Bogdan Popa 2019-08-25 16:57:21 +03:00
parent 80d019d8ef
commit 7c7dd4c5ab
1 changed files with 2 additions and 2 deletions

View File

@ -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