mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
build_number_ranges: typo
This commit is contained in:
parent
1b11c617eb
commit
dd43c78a7a
@ -21,7 +21,7 @@ Multi-part build numbers can also be used in the `since-build` and `until-build`
|
||||
```xml
|
||||
<idea-version since-build="94.539"/>
|
||||
<idea-version since-build="162.539.11"/>
|
||||
<idea-version until-build="162"/> <!-- any build intil 162, not inclusive!-->
|
||||
<idea-version until-build="162"/> <!-- any build until 162, not inclusive!-->
|
||||
<idea-version since-build="162" until-build="162.*"/> <!-- any 162-based version, 162.94, 162.94.11, etc.-->
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user