Skip to content

Commit

Permalink
Merge pull request #71 from sandr3j/fix/MonitorEnumType-typo
Browse files Browse the repository at this point in the history
Fix PeriodicClockAligned typo in MonitorEnumType
  • Loading branch information
lilgallon authored Jul 1, 2024
2 parents 1ccfe54 + 40eaaca commit 80069df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ enum class MonitorEnumType(val value: String) {

Periodic("Periodic"),

PeriodicClockAligne("PeriodicClockAligne")
PeriodicClockAligned("PeriodicClockAligned")
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ enum class MonitorEnumType(val value: String) {

Periodic("Periodic"),

PeriodicClockAligne("PeriodicClockAligne")
PeriodicClockAligned("PeriodicClockAligned")
}

0 comments on commit 80069df

Please sign in to comment.