Skip to content

Commit e340781

Browse files
committed
Improve doc markdown syntax formatting
1 parent 931d381 commit e340781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-doc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ process. The compiler has two different modes: direct input as a string with
5151
`Sass_File_Context`. See the code for a list of options available
5252
[Sass_Options](https://github.com/sass/libsass/blob/36feef0/include/sass/interface.h#L18)
5353

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`.
5757

5858
**Building a file compiler**
5959

0 commit comments

Comments
 (0)