chore(docs): fix incorrect usage of 'a' and 'an' across documentation (#22976)

This commit is contained in:
Ocenka
2024-12-18 17:10:47 +00:00
committed by GitHub
parent 4d6c991fb2
commit 96cfd521d5
6 changed files with 6 additions and 6 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