Skip to content

Commit

Permalink
Merge pull request #26 from jetbrains-academy/stephen-hero-patch-10
Browse files Browse the repository at this point in the history
Update task.md
  • Loading branch information
nbirillo authored Oct 11, 2023
2 parents 771a773 + 5c08b7a commit 34bed53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions duckShopServer/duckShopServerIntroduction/task.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Hello! Welcome to the third module of the Kotlin onboarding course.
This module will introduce you to definitions of **collections** in the Kotlin language
and will teach ypu hoe to work with them.
Hello! Welcome to the third module of the "Kotlin onboarding" course.
This module will introduce you to the definitions of **collections** in the Kotlin language
and will teach you how to work with them.
We assume that you have completed the first and second parts of the course
or are familiar with all topics they cover.
or are familiar with all the topics they cover.

All topics will be accompanied by links to [the official Kotlin documentation](https://kotlinlang.org/docs/home.html),
which you can read later.
Expand All @@ -14,7 +14,7 @@ At the end of each lesson, an additional project will be offered:
it includes all the topics of the lesson but does not contain any theory materials.
The topic of this module is **TODO**.
It means that in each lesson, you will create a web application with
something familiar from your or your parents' childhood.
some images familiar from your (or your parents') childhood.
Note, part of the code will be prewritten by the course author
to avoid going deep into web programming in this course.

Expand All @@ -26,7 +26,7 @@ and study `List`, `Set`, and `Map` collections.

### Lesson topics

- definition of `List`, `Set`, and `Map` collections;
- definitions of `List`, `Set`, and `Map` collections;
- read-only and mutable collections with `add` and `remove` operations;
- built-in functions to work with collections:

Expand Down

0 comments on commit 34bed53

Please sign in to comment.