Skip to content

Commit 02d64cb

Browse files
committed
fix(topic-update-manifest): fix OR equal example
1 parent 6a36f4b commit 02d64cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/developer/packaging/topic-update-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In August 2025, we introduced the `[packages-v2]` section to help marking versio
7373
[packages-v2]
7474
firefox = "<= 142"
7575
thunderbird = ">= 108 && < 142"
76-
seamonkey = "141 || 142 || 143"
76+
seamonkey = "=141 || =142 || =143"
7777
```
7878

7979
Files

content/developer/packaging/topic-update-manifest.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ topics = [
6969
[packages-v2]
7070
firefox = "<= 142"
7171
thunderbird = ">= 108 && < 142"
72-
seamonkey = "141 || 142 || 143"
72+
seamonkey = "=141 || =142 || =143"
7373
```
7474

7575
文件存放

0 commit comments

Comments
 (0)