mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[swift/en] fix typo about break statement in loop (#4258)
Just a small fix.
This commit is contained in:
parent
2c8b419c54
commit
3dd9becb0f
@ -334,7 +334,7 @@ repeat {
|
||||
} while i < 5
|
||||
|
||||
// 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user