From 7c048b8c0eaa976f7f6646a319c805f03a594741 Mon Sep 17 00:00:00 2001 From: Flo <25252925+Flopsey@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:53:49 +0100 Subject: [PATCH] swift: update REPL command (#14467) --- pages/common/swift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/swift.md b/pages/common/swift.md index 59efa7dff..035f0bf3c 100644 --- a/pages/common/swift.md +++ b/pages/common/swift.md @@ -5,7 +5,7 @@ - Start a REPL (interactive shell): -`swift` +`swift repl` - Execute a program: