Readme files: add missing "kotlin" to code fences (#336)

This commit is contained in:
Abe Pazos
2024-05-27 12:37:21 +00:00
committed by GitHub
parent 45d67a7ef9
commit d8682f34f9
12 changed files with 37 additions and 23 deletions

View File

@@ -6,7 +6,8 @@ when we need all entries containing a specific time value. Useful when creating
For more information on interval trees read the [wikipedia page](https://en.wikipedia.org/wiki/Interval_tree).
## Usage
```
```kotlin
// -- the item class we want to search for
class Item(val start: Double, val end: Double)