Skip to content

Commit

Permalink
[en] correct original text
Browse files Browse the repository at this point in the history
  • Loading branch information
blackpuppy committed Aug 29, 2015
1 parent d12a2ca commit 26dde43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/caching.rst
Expand Up @@ -238,7 +238,7 @@ Counters for various things are easily stored in a cache. For example, a simple
countdown for remaining 'slots' in a contest could be stored in Cache. The
Cache class exposes atomic ways to increment/decrement counter values in an easy
way. Atomic operations are important for these values as it reduces the risk of
contention, and ability for two users to simultaneously lower the value by one,
contention, a secnario where two users simultaneously lower the value by one,
resulting in an incorrect value.

After setting an integer value, you can manipulate it using
Expand Down

0 comments on commit 26dde43

Please sign in to comment.