Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use code font for jl_value_t in h2 #28702

Merged
merged 1 commit into from
Aug 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use code font for jl_value_t in h2
By just using text, the underscores around value are interpreted as begin/end italics.
dhermes authored Aug 16, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9228e50df82f466b07dae18af650de6294e4aca1
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