From 2b9d86b57d6d5ee0eab8d044caab4f80143f3487 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 10 Oct 2024 12:45:30 -0400 Subject: [PATCH] Update TODO comments --- src/lenient_parse.gleam | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lenient_parse.gleam b/src/lenient_parse.gleam index 1a0c7a0..c92fe2f 100644 --- a/src/lenient_parse.gleam +++ b/src/lenient_parse.gleam @@ -36,7 +36,5 @@ pub fn to_float(text: String) -> Result(Float, Nil) { } } // TODO: README -// TODO: GitHub repo description -// TODO: gleam.toml // TODO: Publish // TODO: Support scientific notation