Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 22, 2024
1 parent c7fdf7a commit 3261dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Dicts/JMdict/LoanwordSource.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace JL.Core.Dicts.JMdict;

internal readonly record struct LoanwordSource(string Language, bool IsPart, bool IsWasei, string? OriginalWord);
internal readonly record struct LoanwordSource(string Language, bool IsPart, bool IsWasei, string? OriginalWord = null);

0 comments on commit 3261dbd

Please sign in to comment.