Skip to content

Commit

Permalink
Fix spelling of successful
Browse files Browse the repository at this point in the history
  • Loading branch information
developedby authored May 27, 2024
1 parent 6c9f87c commit 3ec35c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ elif condition3:
else:
return 3
```
The conditions are evaluated in order, one by one, stopping at the first succesful case.
The conditions are evaluated in order, one by one, stopping at the first successful case.

### Switch

Expand Down

0 comments on commit 3ec35c5

Please sign in to comment.