8000 Update README.md punctuation and spelling · armdev/java-design-patterns@9b1a9aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b1a9aa

Browse files
author
Kevin Woodland
authored
Update README.md punctuation and spelling
Fixed minor punctuation and spelling while reading through applicability
1 parent ac721c6 commit 9b1a9aa

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)
0