Skip to content

Commit

Permalink
docs: beskriv at kløyvd infinitiv alltid betyr at endinga er «-a»
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Feb 18, 2024
1 parent a6de50c commit 95b0251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dictionary/models/lemma.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export class Lemma {
paradigms: Paradigm[];

@Field(() => Boolean, {
description: 'Om lemmaet er eit verb med kløyvd infinitiv.',
description:
'Om lemmaet er eit verb med kløyvd infinitiv med «-a» som ending.',
})
splitInfinitive: boolean;
}

0 comments on commit 95b0251

Please sign in to comment.