From b04202d482f8d408f2de58368ec5fe4945541a8a Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Tue, 9 Jan 2024 22:54:55 +0900 Subject: [PATCH] chore(book): fix a minor typo --- book/src/guide/creating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/guide/creating.md b/book/src/guide/creating.md index 3ee62a8..1d15579 100644 --- a/book/src/guide/creating.md +++ b/book/src/guide/creating.md @@ -43,7 +43,7 @@ The following list contains the most essential data types that are likely to be - Bytes `bytes`: Raw bytes of an arbitrary length. These can contain literally anything, images, binaries, structured data, and so on. The interpretation is up to the application. -### Colletions +### Collections To bundle multiple values together, they can be put into collections. These all have in common that they can hold zero or more elements of the same type.