Skip to content

Commit

Permalink
Grammatik
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoigtlaender authored Jan 18, 2024
1 parent f0c22c2 commit 88182aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modelling/CdOd/NameCdError.hs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ nameCdErrorEvaluation inst x = addPretext $ do
]
dueToTranslation = M.fromAscList [
(English, "relationships constituting the problem"),
(German, "das Problem ausmachende Beziehungen")
(German, "das Problem ausmachenden Beziehungen")
]
solutionReason = head . M.keys . M.filter fst $ errorReasons inst
solutionDueTo = fst <$> relevantRelationships inst
Expand Down

0 comments on commit 88182aa

Please sign in to comment.