Skip to content

Commit 7ccaa3b

Browse files
committed
fix error in markdown
1 parent 491361a commit 7ccaa3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Swift 5.5
5757
// previously interpreted as a return type of Box<T>, ignoring the <Int> part;
5858
// now we diagnose an error with a fix-it suggesting replacing `Self` with `Box`
5959
static func makeBox() -> Self<Int> {...}
60-
}```
60+
}
61+
```
6162

6263
* [SR-14878][]:
6364

0 commit comments

Comments
 (0)