Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Edit an untranslated word
  • Loading branch information
v43d3rm4k4r committed Sep 2, 2022
commit 7916f62b8c560b905c70452bcea44e7004a758cc
2 changes: 1 addition & 1 deletion type-safe-builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data structures in a semi-declarative way. Sample use cases for the builders are
<!-- * Generating markup with Kotlin code, such as [HTML](https://github.com/Kotlin/kotlinx.html) or XML
* Configuring routes for a web server: [Ktor](https://ktor.io/docs/routing.html) -->

* Создание разметки с помощью кода Kotlin, например [HTML](https://github.com/Kotlin/kotlinx.html) or XML,
* Создание разметки с помощью кода Kotlin, например [HTML](https://github.com/Kotlin/kotlinx.html) или XML,
* Настройка маршрутов для веб-сервера: [Ktor](https://ktor.io/docs/routing.html).

<!-- Consider the following code: -->
Expand Down