Skip to content

Commit b422666

Browse files
committed
typos
1 parent f2f7cc6 commit b422666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/software_engineering/tools_editors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kernelspec:
2626

2727
While Jupyter notebooks are a great way to get started with the language, eventually you will want to use more powerful tools. Visual Studio Code (VS Code) in particular, is the most popular open source editor for programming - with a huge set of extensions and strong industry support.
2828

29-
While you can use source code control, run terminals and the REPL ("Read-Evaluate-Print Loop"), without VS Code, we will concentrate on using it as a full IDE for all of these features.
29+
While you can use source code control, run terminals and the REPL ("Read-Evaluate-Print Loop") without VS Code, we will concentrate on using it as a full IDE for all of these features.
3030

3131
## Installing VS Code
3232

@@ -119,7 +119,7 @@ Type some code as such `f(x) = x + 1` into the file, into the `.jl` file, save i
119119
:width: 100%
120120
```
121121

122-
At this point, the function is available for use within either the code or the REPL. You can get inline results by adding more code to the file and executing each line with `<Shift=Enter>`.
122+
At this point, the function is available for use within either the code or the REPL. You can get inline results by adding more code to the file and executing each line with `<Shift-Enter>`.
123123

124124
```{figure} /_static/figures/vscode_jl_function_2.png
125125
:width: 100%

0 commit comments

Comments
 (0)