Skip to content

Commit

Permalink
fix bug in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Dec 14, 2021
1 parent 1f1f86c commit 6212c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you don't want to deal directly with the C interface it is possible to use th

````julia
d = LMDBDict{String, Vector{Float64}}("mydb")
```
````

Note that to avoid repeated opening and closing of the database, the dict wraps a few C Pointers. They might be used by different threads, but should not be copied to other processes. The pointers will be freed when the object is gc-ed or manually when `close(d)` is called.
One can use this like a normal Julia dict:
Expand Down

0 comments on commit 6212c61

Please sign in to comment.