Skip to content

Commit e84c350

Browse files
authored
Clarify use of alpha characters in @Version (#71)
See violentmonkey/violentmonkey#2353
1 parent 5ca79d3 commit e84c350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/api/metadata-block.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ See [more about matching](../matching/).
7171

7272
### @version
7373

74-
Version of the script, it can be used to check if a script has new versions. It is composed of several parts, joined by `.`. Each part must start with numbers, and can be followed by alphabetic characters.
74+
Version of the script, it can be used to check if a script has new versions. It is composed of several parts, joined by `.`. Each part must start with numbers, and *can* be followed by alphabetic characters (although these aren't used for version comparison).
7575

7676
**Note:** If no `@version` is specified, the script will not be updated automatically.
7777

0 commit comments

Comments
 (0)