-a program cares more about what kind of error it is
+a program cares about what kind of error it is
@@ -271,7 +241,7 @@ func update(h http.Header, toAdd http.Header, toDelete []string) {
__Maps__ and __slices__ packages were released with Go [v1.21](https://tip.golang.org/doc/go1.21#library) (Aug 2023) together with generics
-The packages use generics to simplify maps and slices operations
+These packages use generics to simplify maps and slices operations
---