Skip to content

Commit

Permalink
Merge pull request #962 from adpi2/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
adpi2 authored Mar 23, 2022
2 parents 9383fcc + 1c45750 commit 6fede80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object MetaCategory {
}

case object MathematicsFinanceDataScienceAndBioinformatics extends MetaCategory {
override val title: String = "Mathetmatics, Finance, Data Science and Bioinformatics"
override val title: String = "Mathematics, Finance, Data Science and Bioinformatics"
override val categories: Seq[Category] = Seq(
Category.Bioinformatics,
Category.CryptographyAndHashing,
Expand Down

0 comments on commit 6fede80

Please sign in to comment.