From 4c4bee98453520cf2259c823fd42a0f810b2a87e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 1 May 2023 13:28:43 +0200 Subject: [PATCH] Fix two things in docs --- docs/src/general/changelog.md | 2 +- library/src/meta/state.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index 0703421aa..54c8d0c38 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -72,7 +72,7 @@ description: | - Added instrumentation for debugging and optimization - Added `--update` flag and `UPDATE_EXPECT` environment variable to update reference images for tests - - You can now run a specific subset with `--subtest` + - You can now run a specific subtest with `--subtest` - Tests now run on multiple threads diff --git a/library/src/meta/state.rs b/library/src/meta/state.rs index dc67e2c49..71c651259 100644 --- a/library/src/meta/state.rs +++ b/library/src/meta/state.rs @@ -215,7 +215,7 @@ use crate::prelude::*; /// location can be retrieved from [`locate`]($func/locate) or /// [`query`]($func/query). /// -/// - returns: array +/// - returns: any /// /// ### final() /// Get the value of the state at the end of the document. @@ -229,7 +229,7 @@ use crate::prelude::*; /// the evaluation of the whole module and its exports could depend on the /// state's value. /// -/// - returns: array +/// - returns: any /// /// Display: State /// Category: meta