Skip to content

Commit

Permalink
🔧 Corrected the comment to reflect that the first day of DroidKaigi 2…
Browse files Browse the repository at this point in the history
…024 is Workshop Day.
  • Loading branch information
Corvus400 committed Aug 11, 2024
1 parent 911e8b8 commit 5bd5bef
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 @@ -179,7 +179,7 @@ private fun LocaledResponse.toRoomType() = when (en?.lowercase()) {
"hedgehog" -> RoomH
"iguana" -> RoomI
"jellyfish" -> RoomJ
// Assume the room on the third day.
// Assume the room on the first day.
else -> RoomIJ
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ val TimetableRoom.nameAndFloor: String
RoomType.RoomH -> basementFloorString.currentLangTitle
RoomType.RoomI -> "1F"
RoomType.RoomJ -> "1F"
// Assume the room on the third day.
// Assume the room on the first day.
RoomType.RoomIJ -> "1F"
}
return "${name.currentLangTitle} ($floor)"
Expand Down

0 comments on commit 5bd5bef

Please sign in to comment.