Skip to content

Commit c2ba32a

Browse files
committed
Make ana.widen.delay.* option description more precise
1 parent 92ee72f commit c2ba32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/options.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,13 +1169,13 @@
11691169
"properties": {
11701170
"local": {
11711171
"title": "ana.widen.delay.local",
1172-
"description": "Delay local widenings by count.",
1172+
"description": "Delay local constraint unknown widenings by count.",
11731173
"type": "integer",
11741174
"default": 0
11751175
},
11761176
"global": {
11771177
"title": "ana.widen.delay.global",
1178-
"description": "Delay global widenings by count.",
1178+
"description": "Delay global constraint unknown widenings by count.",
11791179
"type": "integer",
11801180
"default": 0
11811181
}

0 commit comments

Comments
 (0)