From 7c7dd4c5ab70ac717644152232b955f2ac4421a4 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Sun, 25 Aug 2019 16:57:21 +0300 Subject: [PATCH] core: fix fn reference in comment --- sass/main.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/main.rkt b/sass/main.rkt index 1dfacbf..386fc49 100644 --- a/sass/main.rkt +++ b/sass/main.rkt @@ -27,8 +27,8 @@ (define (prepare-context! context) (define options (sass_context_get_options context)) (for ([path (reverse (current-include-paths))]) - ;; Unlike Sass_Data_Context, this function does not take ownership - ;; of path. Cool. + ;; Unlike sass_make_data_context, this function does not take + ;; ownership of path. Cool. (sass_option_push_include_path options path))) (define ((make-compiler #:constructor make-wrapper