Skip to content

Commit d82bbee

Browse files
committed
switch to zero-width space for @seclevel example
1 parent 79ce0f2 commit d82bbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ declare const $0s: typeof $ns
908908

909909
/** Subscript space that can call any script. Uses seclevel provided in comment before script (defaults to NULLSEC)
910910
* @example
911-
* // @ seclevel MIDSEC
912-
* // remove the space betwen "@" and "s", there's only a space because otherwise vscode breaks
911+
* // @seclevel MIDSEC
912+
* // note, do NOT copy paste the above line because there is a zero-width space inserted between "@" and "s"
913913
* export function script() {
914914
* $s.foo.bar() // will be converted to #ms.foo.bar()
915915
* } */

0 commit comments

Comments
 (0)