Skip to content

Commit

Permalink
Override title because of typo in case object
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Nov 9, 2024
1 parent ddfb2bc commit 1ddb3ac
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ object Category {
case object Compilers extends Category
case object CodeGeneration extends Category
case object DependencyInjection extends Category
case object FunctionnalProgrammingAndCategoryTheory extends Category
case object FunctionnalProgrammingAndCategoryTheory extends Category {
override val title: String = "Functional Programming and Category Theory"
}
case object LogicProgrammingAndTypeConstraints extends Category
case object MiscellaneousUtils extends Category
case object Parsing extends Category
Expand Down

0 comments on commit 1ddb3ac

Please sign in to comment.