Browse Source

Fix typos in some files

pull/3613/head
khanhkhanhlele 5 months ago
parent
commit
6a59b40647
  1. 2
      ICSharpCode.BamlDecompiler/Baml/BamlNode.cs

2
ICSharpCode.BamlDecompiler/Baml/BamlNode.cs

@ -140,7 +140,7 @@ namespace ICSharpCode.BamlDecompiler.Baml
while (!IsMatch(current.Header, document[i])) while (!IsMatch(current.Header, document[i]))
{ {
// End record can be omited (sometimes). // End record can be omitted (sometimes).
if (stack.Count > 0) if (stack.Count > 0)
current = stack.Pop(); current = stack.Pop();
} }

Loading…
Cancel
Save