From 3a306bc2150f2b70e9882fa674bae50d60cdf2a9 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Sat, 16 Jul 2022 11:12:17 +0200 Subject: [PATCH] Minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7fa1d..10ac9cd 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Source code of 📖 [100 Go Mistakes and How to Avoid Them](https://www.manning. * Compiler optimizations * `sync.Pool` * 97 - Not relying on inlining -* 98 - Not using Go diagnostics tooling: +* 98 - Not using Go diagnostics tooling * Profiling (enabling pprof, CPU, heap, goroutines, block, and mutex profiling) * Execution tracer * 99 - Not understanding how the GC works