Commit 54f6c8b
authored
[SE-0500] Fix proposal ID
Fixes:
```bash
curl https://download.swift.org/swift-evolution/v1/evolution.json 2>/dev/null | jq '.proposals[] | select(.id == "SE-500") | .errors'
[
{
"code": 0,
"kind": "error",
"message": "Proposal ID must include four decimal digits.",
"suggestion": ""
}
```1 parent 2f4c8f3 commit 54f6c8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments