Skip to content

Commit d5147f6

Browse files
committed
Fix awkward comment placement
1 parent 202a1dc commit d5147f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Compatibility.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ pluto_use "0.8.0", global
5555
```
5656
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`).
5757
```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
6059
```
6160

6261
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

Comments
 (0)