Skip to content

Commit 7125f14

Browse files
Update src/Swift/README.md
Corrected syntax error in Swift's readme file
1 parent 9c70cc1 commit 7125f14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/swift/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ A while loop statement repeatedly executes a target statement as long as a give
7777
while condition {
7878
statement(s)
7979
}
80-
````
80+
`````
81+
8182
##### repeat-while:
8283
A repeat...while loop is similar to a while loop, except that a repeat...while loop is guaranteed to execute at least once.
8384

0 commit comments

Comments
 (0)