Skip to content

Commit 8f934b3

Browse files
committed
upd
1 parent dea73eb commit 8f934b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview/relation/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ m.length()
1818
In ShockScript the following is valid in an activation:
1919

2020
```
21-
var m:* = complexCentral.manager;
21+
var m:* = complex.manager;
2222
// more code...
2323
var m = Manager(m);
2424
```

0 commit comments

Comments
 (0)