Skip to content

Commit 6a74ffd

Browse files
authored
Fix typo in README output example
1 parent 72485c1 commit 6a74ffd

File tree

1 file changed

+1
-1
lines changed
  • examples/xtd.core.examples/threading/wait_handle

1 file changed

+1
-1
lines changed

examples/xtd.core.examples/threading/wait_handle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ xtdc run
1818
## Output
1919

2020
```
21-
MMain thread is waiting for BOTH tasks to complete.
21+
Main thread is waiting for BOTH tasks to complete.
2222
Performing a task for 4000 milliseconds.
2323
Performing a task for 9000 milliseconds.
2424
Both tasks are completed (time waited=00:00:09:011011000)

0 commit comments

Comments
 (0)