Skip to content

Commit 4bbf14f

Browse files
authored
Merge pull request pazams#14 from pazams/fix-typo
Fix typo
2 parents fff7783 + b449ad7 commit 4bbf14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Different Javascript runtimes offer some options for concurrency or parallelism:
117117

118118
**Go**
119119

120-
On the other hand, Go is all about a concurrency witch enables parallelism. It offers Goroutines which enables functions to run concurrently, and channels to communicate between them. While Go standard library has the "sync" package for synchronization primitives, it [encourages](https://blog.golang.org/share-memory-by-communicating) more the use of Goroutines and channels, summarized as:
120+
On the other hand, Go is all about a concurrency whitch enables parallelism. It offers Goroutines which enables functions to run concurrently, and channels to communicate between them. While Go standard library has the "sync" package for synchronization primitives, it [encourages](https://blog.golang.org/share-memory-by-communicating) more the use of Goroutines and channels, summarized as:
121121

122122
> Do not communicate by sharing memory; instead, share memory by communicating
123123

0 commit comments

Comments
 (0)