提交 aca13321 编写于 作者: G gieniowski 提交者: Fabian Toader

Fix placeholder for string.Format (#90)

上级 e11966c3
......@@ -83,7 +83,7 @@ struct ReorderInfo
#if DEBUG
public override string ToString()
{
return String.Format(TypeConverterHelper.InvariantEnglishUS, "Depth[{0}] {2}", this.Depth, this.XamlNodeType);
return String.Format(TypeConverterHelper.InvariantEnglishUS, "Depth[{0}] {1}", this.Depth, this.XamlNodeType);
}
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册