Browse Source

Fix typos in some files

pull/3613/head
khanhkhanhlele 1 month 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 @@ -140,7 +140,7 @@ namespace ICSharpCode.BamlDecompiler.Baml
while (!IsMatch(current.Header, document[i]))
{
// End record can be omited (sometimes).
// End record can be omitted (sometimes).
if (stack.Count > 0)
current = stack.Pop();
}

Loading…
Cancel
Save