Skip to content

Commit 605ae07

Browse files
docs(typo): correct typo in documentation
1 parent c85df61 commit 605ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/entity/environment/EnvironmentData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ data class Luminosity(val value: Double, val unit: LightUnit = LightUnit.LUX) {
4242
}
4343

4444
/**
45-
* This enum describe the possibile [Luminosity] unit of measurement.
45+
* This enum describe the possible [Luminosity] unit of measurement.
4646
*/
4747
enum class LightUnit {
4848
/**

0 commit comments

Comments
 (0)