Skip to content

Commit 8facc8e

Browse files
committed
typo
1 parent b422666 commit 8facc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/software_engineering/tools_editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ There are several ways to start the REPL.
235235

236236
The command line options for starting Julia are set to decent defaults for terminals running within VS Code, but you will want to set them yourself if starting the REPL otherwise.
237237

238-
One common choice is to choose the number of threads that Julia should have available. By default it is only a single thread, while `--threads auto` will tell Julia to create one for each processor on your machine. VS Code uses `--threads auto` by default.
238+
One common choice is to choose the number of threads that Julia should have available. By default, it is only a single thread, while `--threads auto` will tell Julia to create one for each processor on your machine. VS Code uses `--threads auto` by default.
239239

240240
The most important choice is the `--project` toggle which determines whether you want to activate an existing project (or create a new one) when starting the interpreter. Since a key feature of Julia is to have fully reproducible environments, you will want to do this whenever possible.
241241

0 commit comments

Comments
 (0)