Skip to content

Commit

Permalink
Use code font for jl_value_t in h2 (#28702)
Browse files Browse the repository at this point in the history
By just using text, the underscores around value are interpreted as begin/end italics.

(cherry picked from commit 1fee8a4)
  • Loading branch information
dhermes authored and KristofferC committed Sep 8, 2018
1 parent ca151cc commit a4bdb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/devdocs/object.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memory layout of Julia Objects

## Object layout (jl_value_t)
## Object layout (`jl_value_t`)

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

0 comments on commit a4bdb8b

Please sign in to comment.