doc(api) Update documentation.

This commit is contained in:
Ivan Enderlin
2021-07-23 14:43:19 +02:00
parent 36c4f92dad
commit 5bfd45e6ab
4 changed files with 342 additions and 258 deletions

View File

@@ -34,7 +34,7 @@ impl Memory {
/// Creates a new host `Memory` from the provided [`MemoryType`].
///
/// This function will construct the `Memory` using the store
/// [`BaseTunables`][crate::tunables::BaseTunables].
/// [`BaseTunables`][crate::sys::BaseTunables].
///
/// # Example
///