chore: polishing docs and comments: typo fixes for clarity (#25081)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
dmytroheknt
2025-08-04 15:35:53 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 2ff43141b2
commit ec4ee1cb19
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ responsibility of the caller to ensure that concurrent access to the store is
not performed.
The main issue with concurrent use is when data is written at the same time as
it's being iterated over. Doing so will cause a irrecoverable fatal error because
it's being iterated over. Doing so will cause an irrecoverable fatal error because
of concurrent reads and writes to an internal map.
Although it's not recommended, you can iterate through values while writing to