From 7ca8c8d2981597311faf3b50c502c2b7aac917a9 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 11 Apr 2022 23:07:53 +0200 Subject: [PATCH] fix "every" example --- repl/src/tutorial/tutorial.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/src/tutorial/tutorial.mdx b/repl/src/tutorial/tutorial.mdx index 989268ac..81f6d508 100644 --- a/repl/src/tutorial/tutorial.mdx +++ b/repl/src/tutorial/tutorial.mdx @@ -331,13 +331,13 @@ Will reverse the pattern: Will apply the given function every n cycles: - + Note that late is called directly. This is a shortcut for: - x.late(0.5)))`} /> + x.late(0.5)))`} />