From 3dd9becb0fb3a350644aad3607e64dae58299ffd Mon Sep 17 00:00:00 2001 From: Chen Yufei Date: Sat, 30 Oct 2021 17:26:41 +0800 Subject: [swift/en] fix typo about break statement in loop (#4258) Just a small fix. --- swift.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swift.html.markdown') diff --git a/swift.html.markdown b/swift.html.markdown index 39a5cc52..0e68e65f 100644 --- a/swift.html.markdown +++ b/swift.html.markdown @@ -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 -- cgit v1.2.3