Skip to content

Commit

Permalink
Assign the new separator to the right storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Feb 12, 2025
1 parent 849169d commit 422c610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Megrez/src/1_Compositor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public LangModelRanked TheLangModel {
/// <param name="separator">多字讀音鍵當中用以分割漢字讀音的記號,預設為「-」。詳見 <see cref="Separator"/>。</param>
public Compositor(LangModelProtocol langModel, string separator = "-") {
_theLangModel = new(ref langModel);
TheSeparator = separator;
Separator = separator;
}

/// <summary>
Expand Down

0 comments on commit 422c610

Please sign in to comment.