File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ process. The compiler has two different modes: direct input as a string with
51
51
` Sass_File_Context ` . See the code for a list of options available
52
52
[ Sass_Options] ( https://github.com/sass/libsass/blob/36feef0/include/sass/interface.h#L18 )
53
53
54
- The general rule is if the API takes const char* it will make a copy,
55
- but where the API is char* it will take over memory ownership, so make sure to pass
56
- in memory that is allocated via sass_copy_c_string or sass_alloc_memory.
54
+ The general rule is if the API takes ` const char* ` it will make a copy,
55
+ but where the API is ` char* ` it will take over memory ownership, so make sure to pass
56
+ in memory that is allocated via ` sass_copy_c_string ` or ` sass_alloc_memory ` .
57
57
58
58
** Building a file compiler**
59
59
You can’t perform that action at this time.
0 commit comments