Fix docs.

This commit is contained in:
Stephen Chung
2022-11-11 16:46:28 +08:00
parent 6708d59e3f
commit 0984f2d4df
4 changed files with 8 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ pub struct NativeCallContextStore {
#[cfg(feature = "internals")]
#[allow(deprecated)]
impl NativeCallContextStore {
/// Create a [`NativeCallContext`] from a [`NativeCallContextClone`].
/// Create a [`NativeCallContext`] from a [`NativeCallContextStore`].
///
/// # WARNING - Unstable API
///
@@ -167,7 +167,7 @@ impl<'a> NativeCallContext<'a> {
}
}
/// _(internals)_ Create a [`NativeCallContext`] from a [`NativeCallContextClone`].
/// _(internals)_ Create a [`NativeCallContext`] from a [`NativeCallContextStore`].
/// Exported under the `internals` feature only.
///
/// # WARNING - Unstable API
@@ -187,7 +187,7 @@ impl<'a> NativeCallContext<'a> {
pos: context.pos,
}
}
/// _(internals)_ Store this [`NativeCallContext`] into a [`NativeCallContextClone`].
/// _(internals)_ Store this [`NativeCallContext`] into a [`NativeCallContextStore`].
/// Exported under the `internals` feature only.
///
/// # WARNING - Unstable API