We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3062a commit 4aac295Copy full SHA for 4aac295
docs/New Features/Compiler Warnings.md
@@ -188,7 +188,7 @@ a = 1
188
```
189
file.pluto:3: warning: implicit global creation [implicit-global]
190
3 | a = 1
191
- | ^^^^^ here: prefix this with 'global' if creating a global was intended
+ | ^^^^^ here: prefix this with 'global' to be explicit
192
193
194
### discarded-return
docs/New Features/Explicit Globals.md
@@ -31,5 +31,5 @@ a = 1
31
32
33
34
35
0 commit comments