From 275e0c96bc42df5f2fc8fe96e7eb33245a48b223 Mon Sep 17 00:00:00 2001 From: Lulzx Date: Sat, 4 Jan 2020 21:00:05 +0530 Subject: [PATCH] Fix markdown --- mutex/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mutex/README.md b/mutex/README.md index 43ed8d94732d..997c37a35eb0 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)