Skip to content

Commit

Permalink
make field static
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 28, 2022
1 parent 2559b98 commit 9bd2c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static SortedList<string, string> LoadDictionary(Stream stream)
return dictionary;
}

private readonly IReadOnlyDictionary<string, string> phonemeDictionary =
private static readonly IReadOnlyDictionary<string, string> phonemeDictionary =
new ReadOnlyOrderedDictionary<string, string>(
new[] {
// 最優先
Expand Down

0 comments on commit 9bd2c00

Please sign in to comment.