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?
This commit is contained in:
Alex McLean 2023-02-27 14:45:19 +00:00 committed by GitHub
parent fc71d349ed
commit 37d6723e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,8 +159,6 @@ Using "!" we can repeat without speeding up:
<MiniRepl client:idle tune={`note("<[g3,b3,e4]!2 [a3,c3,e4] [b3,d3,f#4]>")`} 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: