Skip to content

Commit 6090485

Browse files
committed
chore: adjust tour practice headers
1 parent a72fcb4 commit 6090485

5 files changed

+5
-5
lines changed

docs/topics/tour/kotlin-tour-intermediate-classes-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ you don't have to add new lines of code for every inherited member function.
351351

352352
For more information, see [Delegation](delegation.md).
353353

354-
## Classes and interfaces practice
354+
## Practice
355355

356356
### Exercise 1 {initial-collapse-state="collapsed" collapsible="true" id="classes-interfaces-exercise-1"}
357357

docs/topics/tour/kotlin-tour-intermediate-libraries-and-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fun main() {
174174

175175
This is the easiest way to opt in, but there are other ways. To learn more, see [Opt-in requirements](opt-in-requirements.md).
176176

177-
## Libraries and APIs practice
177+
## Practice
178178

179179
### Exercise 1 {initial-collapse-state="collapsed" collapsible="true" id="libraries-exercise-1"}
180180

docs/topics/tour/kotlin-tour-intermediate-null-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ safer by stopping as soon as a `null` value or invalid case is detected.
359359

360360
For more information about how you can use `return` in your code, see [Returns and jumps](returns.md).
361361

362-
## Null safety practice
362+
## Practice
363363

364364
### Exercise 1 {initial-collapse-state="collapsed" collapsible="true" id="null-safety-exercise-1"}
365365

docs/topics/tour/kotlin-tour-intermediate-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ at this point. The `getBongs()` function is called with parameter `12`.
160160
161161
For more information, see [](object-declarations.md#companion-objects).
162162
163-
## Object declarations practice
163+
## Practice
164164
165165
### Exercise 1 {initial-collapse-state="collapsed" collapsible="true" id="objects-exercise-1"}
166166

docs/topics/tour/kotlin-tour-intermediate-open-special-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ This can significantly reduce memory footprint and improve your code's runtime p
395395

396396
For more information about inline value classes, see [Inline value classes](inline-classes.md).
397397

398-
## Special classes practice
398+
## Practice
399399

400400
### Exercise 1 {initial-collapse-state="collapsed" collapsible="true" id="special-classes-exercise-1"}
401401

0 commit comments

Comments
 (0)