From c308fad89f948f84f240cbf6428d72acca232308 Mon Sep 17 00:00:00 2001 From: Pan Yao <11439014+pyeno@users.noreply.github.com> Date: Thu, 28 Nov 2019 07:13:17 +0800 Subject: [PATCH] Update 14.2.md (#742) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit world “resouces” -> "resources" --- eBook/14.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/14.2.md b/eBook/14.2.md index 5dc5eb9..8790c1f 100644 --- a/eBook/14.2.md +++ b/eBook/14.2.md @@ -367,7 +367,7 @@ func (s semaphore) P(n int) { } } -// release n resouces +// release n resources func (s semaphore) V(n int) { for i:= 0; i < n; i++{ <- s