Skip to content

Commit

Permalink
docs(typo): correct typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed Feb 23, 2023
1 parent c85df61 commit 605ae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/entity/environment/EnvironmentData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data class Luminosity(val value: Double, val unit: LightUnit = LightUnit.LUX) {
}

/**
* This enum describe the possibile [Luminosity] unit of measurement.
* This enum describe the possible [Luminosity] unit of measurement.
*/
enum class LightUnit {
/**
Expand Down

0 comments on commit 605ae07

Please sign in to comment.