From e88ea8a870e88f9beacae7af35e90d1b85395156 Mon Sep 17 00:00:00 2001 From: Lulzx Date: Sat, 11 Jan 2020 13:14:59 +0530 Subject: [PATCH] Fix markdown (#1131) --- mutex/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mutex/README.md b/mutex/README.md index 43ed8d947..997c37a35 100644 --- a/mutex/README.md +++ b/mutex/README.md @@ -27,5 +27,5 @@ Use a Mutex when ## Credits -* [Lock (computer science)] (http://en.wikipedia.org/wiki/Lock_(computer_science)) -* [Semaphores] (http://tutorials.jenkov.com/java-concurrency/semaphores.html) +* [Lock (computer science)](http://en.wikipedia.org/wiki/Lock_(computer_science)) +* [Semaphores](http://tutorials.jenkov.com/java-concurrency/semaphores.html)