Skip to content

Commit 0eab4eb

Browse files
authored
Fix doc heading level.
1 parent 0ab0b7a commit 0eab4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/essentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ julia> @dispose ctx=Context() mod=LLVM.Module("jit") begin
154154

155155
It is recommended to use the [`@dispose`](@ref) macro whenever possible.
156156

157-
## Debugging missing disposals
157+
### Debugging missing disposals
158158

159159
To ensure that all resources are properly disposed of, LLVM.jl provides functionality to
160160
track the creation and disposal of objects. This can be enabled by setting the `memcheck`

0 commit comments

Comments
 (0)