提交 fe02fedb 编写于 作者: V vsadov

typos

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