Skip to content

Commit 863a4be

Browse files
dhermesKristofferC
authored andcommitted
Use code font for jl_value_t in h2 (#28702)
By just using text, the underscores around value are interpreted as begin/end italics. (cherry picked from commit 1fee8a4)
1 parent 9bcc7a4 commit 863a4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/devdocs/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Memory layout of Julia Objects
22

3-
## Object layout (jl_value_t)
3+
## Object layout (`jl_value_t`)
44

55
The `jl_value_t` struct is the name for a block of memory owned by the Julia Garbage Collector,
66
representing the data associated with a Julia object in memory. Absent any type information, it

0 commit comments

Comments
 (0)