提交 fe02fedb 编写于 作者: V vsadov

typos

上级 4fac1157
......@@ -149,7 +149,6 @@ private class TypeWithOneMember<T> : IObjectWritable, IEquatable<TypeWithOneMemb
{
private T _member;
public TypeWithOneMember(T value)
{
_member = value;
......
......@@ -12,8 +12,8 @@ internal interface IObjectWritable
/// <summary>
/// Returns `true` when the same instance could be used more than once.
/// In this is not a case and, there is no point in tracking the instance
/// for the purpose of de-duplication while serializing/deserializing.
/// Instances that return "false" should not be tracked or the purpose
/// of de-duplication while serializing/deserializing.
/// </summary>
bool IsReusable { get; }
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册