Skip to content

Commit ac1ca5e

Browse files
authored
doc: fix syntax highlighting in libswift/README.md (swiftlang#37993)
Minor documentation update to improve readability.
1 parent c3e9676 commit ac1ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libswift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The core SIL C++ classes have corresponding classes in _libswift_, for example `
3838

3939
This makes _libswift_ easy to use and it allows to program in a "Swifty" style. For example one can write
4040

41-
```
41+
```swift
4242
for inst in block.instructions {
4343
if let cfi = inst as? CondFailInst {
4444
// ...

0 commit comments

Comments
 (0)