mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
typo
This commit is contained in:
parent
7faabcb474
commit
fe1a14f08e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ and should not be relied upon. This extends to any `struct/enum` that contains `
|
|||
- It implements [`Env`]
|
||||
- Upon [`Drop::drop`], all database data will sync to disk
|
||||
|
||||
Note that `ConcreteEnv` itself is not a clonable type,
|
||||
Note that `ConcreteEnv` itself is not a cloneable type,
|
||||
it should be wrapped in [`std::sync::Arc`].
|
||||
|
||||
<!-- SOMEDAY: replace `ConcreteEnv` with `fn Env::open() -> impl Env`/
|
||||
|
|
Loading…
Reference in a new issue