From 90a90a87a50ea371e21583829b3e26508bc7ab17 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:08:45 +0100 Subject: [PATCH] ADDS: Continuation to Time Modifiers --- website/src/pages/learn/factories.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/learn/factories.mdx b/website/src/pages/learn/factories.mdx index 86598cf2..28e051a5 100644 --- a/website/src/pages/learn/factories.mdx +++ b/website/src/pages/learn/factories.mdx @@ -64,3 +64,5 @@ As a chained function: ## run + +After Pattern Constructors, let's see what [Time Modifiers](/learn/time-modifiers) are available.