From bb4f569c26427b3f9b063abc1fd232666d36a17e Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 16 Feb 2024 13:07:50 -0600 Subject: Fix small typo --- posts/form-validation-gist.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/form-validation-gist.njk b/posts/form-validation-gist.njk index f145c65..2760b81 100644 --- a/posts/form-validation-gist.njk +++ b/posts/form-validation-gist.njk @@ -6,7 +6,7 @@ date: 2024-02-16 ---

I was working on my side-project in Dream and needed to have a way to easily validate forms, so I came up with the following code that -levarages the new syntax that came in OCaml 4.08. I put this in a file validate.ml