Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
* fixing typos and Prerequisites

* run prettier

* remove anoying submodule
  • Loading branch information
valentin-p authored and iHiD committed Feb 5, 2021
1 parent 74d6c9f commit ca9134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/basics/.meta/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

- `basics`: know what a variable is; know how to define an immutable variable; know how to define a mutable variable; know how to update a mutable variable; know how to use type inference for variables; know how to define a method; know how to return a value from a method; know how to call a method; know that methods must be defined in classes; know how to define an integer; know how to use mathematical operators on integers; know how to define single- and multiline comments.

## Prequisites
## Prerequisites

There are no prerequisites.

Expand Down

0 comments on commit ca9134c

Please sign in to comment.