Skip to content

Commit 5d044d8

Browse files
authored
Update content/en-us/cloud-services/memory-stores/hash-map.md
1 parent 817573e commit 5d044d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/cloud-services/memory-stores/hash-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After you get a hash map, call any of the following functions to read or write d
5454
</tbody>
5555
</table>
5656

57-
For more in depth documentation about each function, see `Class.MemoryStoreHashMap`.
57+
For in-depth documentation about each function, see `Class.MemoryStoreHashMap`.
5858

5959
<Alert severity="warning">
6060
All functions accessing data structures in memory stores are asynchronous network calls that might occasionally fail. You should wrap these calls in `Global.LuaGlobals.pcall()` to catch and handle errors, as shown in the code samples.

0 commit comments

Comments
 (0)