This commit is contained in:
Joe Mooring
2024-03-27 08:36:11 -07:00
committed by GitHub
parent 194139ce73
commit 6970a9eebc
+1 -1
View File
@@ -337,7 +337,7 @@ A single value, one of [string](#string), [integer](#integer), [floating point](
###### scratch pad
Conceptually, a [map](#map) with [methods](#method) to set, get, update, and delete values. Attach the data structure to a `Page` object using the [`Scratch`] or [`Store`] methods, or created a locally scoped scratch pad using the [`newScratch`] function.
Conceptually, a [map](#map) with [methods](#method) to set, get, update, and delete values. Attach the data structure to a `Page` object using the [`Scratch`] or [`Store`] methods, or create a locally scoped scratch pad using the [`newScratch`] function.
[`Scratch`]: /methods/page/scratch/
[`Store`]: /methods/page/store/