summaryrefslogtreecommitdiff
path: root/Documentation/threading.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/threading.md')
-rw-r--r--Documentation/threading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/threading.md b/Documentation/threading.md
index 5fd9456e05..ef2d3cd682 100644
--- a/Documentation/threading.md
+++ b/Documentation/threading.md
@@ -207,4 +207,4 @@ This thread is responsible for unloading AppDomains. This is done on a separate,
ThreadPool Threads
------------------
-The CLR's ThreadPool maintains a collection of managed threads for executing user "work items." These managed threads are bound to native threads owned by the ThreadPool. The ThreadPool also maintains a small number of native threads to handle functions like "thread injection," timers, and "registered waits." \ No newline at end of file
+The CLR's ThreadPool maintains a collection of managed threads for executing user "work items." These managed threads are bound to native threads owned by the ThreadPool. The ThreadPool also maintains a small number of native threads to handle functions like "thread injection," timers, and "registered waits."