Skip to content

Commit 4c094da

Browse files
authored
Copyediting
1 parent 8ac71d8 commit 4c094da

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

content/en-us/reference/engine/classes/OrderedDataStore.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@ memory_category: Instances
88
summary: |
99
A GlobalDataStore that also allows for ordered data store entries.
1010
description: |
11-
A **OrderedDataStore** is essentially a `Class.GlobalDataStore` with the
12-
exception that stored values must be **integers**. It exposes a
13-
method `Class.OrderedDataStore:GetSortedAsync()|GetSortedAsync()` which allows
14-
inspection of the entries in sorted order using a `Class.DataStorePages`
15-
object.
11+
An **OrderedDataStore** is essentially a `Class.GlobalDataStore` with stored values that are **integers**.
12+
It exposes the `Class.OrderedDataStore:GetSortedAsync()|GetSortedAsync()` method, which allows for the
13+
inspection of entries in sorted order using a `Class.DataStorePages` object.
1614
1715
Ordered data stores do not support versioning and metadata, so
1816
`Class.DataStoreKeyInfo` is always `nil` for keys in an
1917
`Class.OrderedDataStore`. If you need versioning and metadata support, use a
2018
`Class.DataStore`.
2119
22-
Ordered data stores do not support the optional `userIds` parameter for
20+
Ordered data stores also do not support the optional `userIds` parameter for
2321
`Class.OrderedDataStore:SetAsync()|SetAsync()` or
2422
`Class.OrderedDataStore:IncrementAsync()|IncrementAsync()`.
2523
26-
See [Data Stores](../../../cloud-services/data-stores/index.md) for an
24+
See [Data stores](../../../cloud-services/data-stores/index.md) for an
2725
overview on using ordered data stores.
2826
code_samples:
2927
- OrderedDataStore-Basics

0 commit comments

Comments
 (0)