From a12bb8e2a47c377efe3df08352ad9943a3e654b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 9 Feb 2021 14:03:12 +0100 Subject: [PATCH] Fix copy & paste error --- mutex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutex.md b/mutex.md index 334fc45..e772b78 100644 --- a/mutex.md +++ b/mutex.md @@ -4,7 +4,7 @@ ## History -Block profiling was [implemented](https://go-review.googlesource.com/c/go/+/29650/) by [Peter J. Weinberger](https://en.wikipedia.org/wiki/Peter_J._Weinberger) and first appeared in the [go1.8](https://golang.org/doc/go1.8#mutex_prof) release (2017-02-16). +Mutex profiling was [implemented](https://go-review.googlesource.com/c/go/+/29650/) by [Peter J. Weinberger](https://en.wikipedia.org/wiki/Peter_J._Weinberger) and first appeared in the [go1.8](https://golang.org/doc/go1.8#mutex_prof) release (2017-02-16). ## Links