Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 1, 2024
2 parents d48faab + 180624d commit ed5f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BymlLibrary/Byml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Cannot parse null node
throw new InvalidDataException($"""
Unexpected type: '{typeof(T)}'
Expected '{Value.GetType()} ({Type})' but found '{typeof(T)}'
Expected '{typeof(T)}' but found '{Value.GetType()} ({Type})'
""");
}

Expand Down

0 comments on commit ed5f205

Please sign in to comment.