Browse Source

Update 14.2.md (#742)

world “resouces” -> "resources"
Pan Yao 6 năm trước cách đây
mục cha
commit
c308fad89f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      eBook/14.2.md

+ 1 - 1
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