Skip to content

Commit 8baf354

Browse files
authored
fixed typo
1 parent 81534d5 commit 8baf354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiningPhilosophers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Based on the Chandy and Misra's analysis, a system of preference levels is deriv
4444

4545
# Swift implementation
4646

47-
This Swift 3.0 implementation of the Chandy/Misra solution is based on the GCD and Semaphore tecnique that can be built on both macOS and Linux.
47+
This Swift 3.0 implementation of the Chandy/Misra solution is based on the GCD and Semaphore technique that can be built on both macOS and Linux.
4848

4949
The code is based on a ForkPair struct used for holding an array of DispatchSemaphore and a Philosopher struct for associate a couple of forks to each Philosopher.
5050

0 commit comments

Comments
 (0)