mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
[swift/en] fix typo about break statement in loop (#4258)
Just a small fix.
This commit is contained in:
@@ -334,7 +334,7 @@ repeat {
|
|||||||
} while i < 5
|
} while i < 5
|
||||||
|
|
||||||
// The continue statement continues executing a loop at the next iteration
|
// The continue statement continues executing a loop at the next iteration
|
||||||
// The break statement ends a swift or loop immediately
|
// The break statement ends a loop immediately
|
||||||
|
|
||||||
// MARK: - Functions
|
// MARK: - Functions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user