Skip to content

Commit

Permalink
Update Readme heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobg committed Jul 28, 2022
1 parent efa5bc1 commit b023a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go-generics - Generic slice, set, iterator, and goroutine utilities for Go
# Go-generics - Generic slice, map, set, iterator, and goroutine utilities for Go

[![Go Reference](https://pkg.go.dev/badge/github.com/bobg/go-generics.svg)](https://pkg.go.dev/github.com/bobg/go-generics)
[![Go Report Card](https://goreportcard.com/badge/github.com/bobg/go-generics)](https://goreportcard.com/report/github.com/bobg/go-generics)
Expand All @@ -23,7 +23,7 @@ The `slices` package is useful in three ways:

The `maps` package has a few convenience functions
for duplicating, inverting, constructing, and iterating over maps,
as well as testing their equality.
as well as for testing their equality.

# Set

Expand Down

0 comments on commit b023a4b

Please sign in to comment.