From f1e739d9cd9e0e935bfa5993befcbd30ad056cc4 Mon Sep 17 00:00:00 2001 From: Chris Damour <129872252+damourChris@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:17:42 +0100 Subject: [PATCH] Update Frontmatter tags - CollatzConjecture.jl --- src/math/CollatzConjecture.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/CollatzConjecture.jl b/src/math/CollatzConjecture.jl index 7269796..82470d2 100644 --- a/src/math/CollatzConjecture.jl +++ b/src/math/CollatzConjecture.jl @@ -4,7 +4,7 @@ #> [frontmatter] #> title = "Visualizing the Collatz Conjecture " #> description = "Explore this cool math problem and create your own visualization!" -#> tags = ["maths", "interactive visualization", "collatz conjecture ", "edmond harris"] +#> tags = ["math", "interactive visualization", "collatz conjecture", "edmond harris"] #> image = "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Collatz_Conjecture_Vizualization.png/600px-Collatz_Conjecture_Vizualization.png?20231214223051" #> date = "2023-12-14" #> license = "Unlicense"