Comments update.

This commit is contained in:
Stephen Chung
2022-05-19 14:41:48 +08:00
parent dd8c18369b
commit 857ae7a64a
4 changed files with 54 additions and 51 deletions

View File

@@ -187,7 +187,7 @@ impl Engine {
///
/// # WARNING - Low Level API
///
/// This function is very low level.
/// This function is _extremely_ low level.
///
/// A [`GlobalRuntimeState`] and [`Caches`] need to be passed into the function, which can be
/// created via [`GlobalRuntimeState::new`] and [`Caches::new`].