You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Compatibility.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ pluto_use "0.8.0", global
55
55
```
56
56
You can use a '+' after the version number to also enable all of the optional features. As of 0.9.0, the only optional feature is [explicit globals](New%20Features/Explicit%20Globals) (`global`).
57
57
```pluto
58
-
pluto_use "0.9.0+"
59
-
-- The same as pluto_use "0.9.0", global
58
+
pluto_use "0.9.0+" -- The same as pluto_use "0.9.0", global
60
59
```
61
60
62
61
For module developers and scripts which may be used in future versions of Pluto, we recommend you use `pluto_use` for two reasons:
0 commit comments