Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Oct 17, 2024
1 parent bae85f1 commit 18e1143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Dicts/JMdict/Sense.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal sealed class Sense(
public List<string> PosList { get; } = posList; // e.g. "noun"
public List<string> FieldList { get; } = fieldList; // e.g. "martial arts"
public List<string> MiscList { get; } = miscList; // e.g. "abbr"
public string? SInf { get; set; } = sInf; // e.g. "often derog"
public string? SInf { get; } = sInf; // e.g. "often derog"
public List<string> DialList { get; } = dialList; // e.g. ksb
public List<string> GlossList { get; } = glossList; // English meaning
public List<string> XRefList { get; } = xRefList; // Related terms
Expand Down

0 comments on commit 18e1143

Please sign in to comment.