Fix two things in docs

This commit is contained in:
Laurenz 2023-05-01 13:28:43 +02:00
parent ecd589a84f
commit 4c4bee9845
2 changed files with 3 additions and 3 deletions

View File

@ -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
<contributors from="v0.2.0" to="v0.3.0" />

View File

@ -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