From 37d6723e3c18d997f5e5087c292632e4ef06d1b5 Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Mon, 27 Feb 2023 14:45:19 +0000 Subject: [PATCH] Update mini-notation.mdx (#365) `x!n` is no longer an alias for `[x*n]@n` and the behaviour is a bit different. Probably best to remove this line in case it confuses someone? --- website/src/pages/learn/mini-notation.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/pages/learn/mini-notation.mdx b/website/src/pages/learn/mini-notation.mdx index 6bcca4ee..79e81fc4 100644 --- a/website/src/pages/learn/mini-notation.mdx +++ b/website/src/pages/learn/mini-notation.mdx @@ -159,8 +159,6 @@ Using "!" we can repeat without speeding up: ")`} punchcard /> -In essence, the `x!n` is like a shortcut for `[x*n]@n`. - ## Mini-notation review To recap what we've learned so far, compare the following patterns: