diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-01 13:28:43 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-01 13:28:43 +0200 |
| commit | 4c4bee98453520cf2259c823fd42a0f810b2a87e (patch) | |
| tree | d66eed4dc0909bc9786afa90f11cd8eb35d41331 /library | |
| parent | ecd589a84f24cb0639bb20057d070bf0d9ec4899 (diff) | |
Fix two things in docs
Diffstat (limited to 'library')
| -rw-r--r-- | library/src/meta/state.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/meta/state.rs b/library/src/meta/state.rs index dc67e2c4..71c65125 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 |
