Skip to content

Commit

Permalink
Update ohjelmoinnin_aloittaminen_vscode_en.mdx
Browse files Browse the repository at this point in the history
Added another missing 'i' letter in the example code to make spelling of the variable name consistent.
  • Loading branch information
tompurker committed Jun 11, 2024
1 parent 22a568f commit 5429b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Make the following changes to the source code:
<CodeBox>
```python
editori = input("editori: ")
if editori == "word" or editor == "notepad":
if editori == "word" or editori == "notepad":
print("surkea")
```
</CodeBox>
Expand Down

0 comments on commit 5429b54

Please sign in to comment.