Skip to content

Commit 83fcbe0

Browse files
authored
Merge pull request iluwatar#603 from kevelbreh/patch-1
Update README.md punctuation and spelling
2 parents 0982f00 + 9b1a9aa commit 83fcbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Securing variables global to a thread against being spoiled by other threads. Th
1818
## Applicability
1919
Use the Thread Local Storage in any of the following situations
2020

21-
* when you use class variables in your Callable / Runnalbe object that are not read-only and you use the same Callable instance in more than one thread running in parallel
21+
* when you use class variables in your Callable / Runnable object that are not read-only and you use the same Callable instance in more than one thread running in parallel.
2222
* when you use static variables in your Callable / Runnable object that are not read-only and more than one instances of the Callable / Runnalbe may run in parallel threads.

0 commit comments

Comments
 (0)