commit 97a6ffb150a1e2d746188d4fb916794b322e156c parent 10ef469fe78e7fc0dc20da9cbce97eabc32ddf17 Author: Sebastian <sebastian@sebsite.pw> Date: Sun, 27 Feb 2022 22:02:12 -0500 bytes: correct typo in README Signed-off-by: Sebastian <sebastian@sebsite.pw> Diffstat:
M | bytes/README | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bytes/README b/bytes/README @@ -1,2 +1,2 @@ -The bytes modules provides support functions for working with slices of bytes +The bytes module provides support functions for working with slices of bytes ([]u8).