Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarchm committed Sep 28, 2024
1 parent 87df959 commit 8d585aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sessions/s2.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

- Discuss the concept of input and output (quickly, we'll get back to this later)
- Show how to connect LEDs and buzzers
- Explain hwo to use resistors to limit current with LEDs
- Explain how to use resistors to limit current with LEDs
- Explain API

### Task
Expand Down
2 changes: 1 addition & 1 deletion docs/sessions/s4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- what are variables? (boxes to store information, different types for different things)
- basic types: int, float, bool
- what can we do with variable (put something in the box, see what's in the box)
- what can we do with variables (put something in the box, see what's in the box)
- assignment
- storing function outputs in variables
- comparison
Expand Down

0 comments on commit 8d585aa

Please sign in to comment.