From cbc46e207d4a0d44ea3988b60c9b503af92e7957 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 12 Apr 2024 12:02:37 +0100 Subject: [PATCH] Typo! --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index cfc5f11..067a780 100644 --- a/gleam.toml +++ b/gleam.toml @@ -4,7 +4,7 @@ version = "0.1.0" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. # -description = "A virtual list componenet for lustre." +description = "A virtual list component for lustre." licences = ["Apache-2.0"] repository = { type = "github", user = "schurhammer", repo = "lustre_virtual_list" } # links = [{ title = "Website", href = "https://gleam.run" }]