From dd7fa4f6d5d8c1ebdc9396da599187c3d10f683a Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 27 Oct 2023 10:59:03 -0700 Subject: [PATCH] correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e703b4c..9003bef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Package **hexadeca** implements hexadecimal encoding and decoding, for the Go programming language. This is meant to be a better alternative to Go's built-in "hex" package. -Package **hexadeca** has easy functiosn for encoding and decoding to: +Package **hexadeca** has easy functions for encoding and decoding to: * `byte` (i.e., `uint8`), * `uint16`, * `uint32`