diff options
-rw-r--r-- | posts/form-validation-gist.njk | 2 |
1 files changed, 1 insertions, 1 deletions
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 --- <p>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 <a +leverage the <a href="https://jobjo.github.io//2019/04/24/ocaml-has-some-new-shiny-syntax.html">new syntax that came in OCaml 4.08</a>. I put this in a file validate.ml</p> <div class="sourceCode" id="cb1"><pre |