Skip to content

Commit

Permalink
Merge pull request #3111 from petryshkaCODE/Typo-fix
Browse files Browse the repository at this point in the history
typo fix CollectionMap.cs
  • Loading branch information
ipdae authored Dec 31, 2024
2 parents cca5b2a + f30e19e commit 62b074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c/Model/CollectionMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private Dictionary<int, int> Dictionary
[SuppressMessage(
"Libplanet.Analyzers.ActionAnalyzer",
"LAA1002",
Justification = "It's serialzed into a dictionary in the end.")]
Justification = "It's serialized into a dictionary in the end.")]
public IValue Serialize() => _serialized ?? new Dictionary(
Dictionary.Select(kv =>
new KeyValuePair<IKey, IValue>(
Expand Down

0 comments on commit 62b074d

Please sign in to comment.