提交 ba6b8b10 编写于 作者: C CyrusNajmabadi

Fix spelling

上级 20f05577
......@@ -38,7 +38,7 @@ internal sealed partial class ObjectReader : IDisposable
/// <summary>
/// Map of reference id's to deserialized objects.
///
/// These are not readonly because they're structs and we mutate htemthem.
/// These are not readonly because they're structs and we mutate them.
/// </summary>
private ReaderReferenceMap<object> _objectReferenceMap;
private ReaderReferenceMap<string> _stringReferenceMap;
......
......@@ -33,7 +33,7 @@ internal sealed partial class ObjectWriter : IDisposable
/// for performance. While the string-reference-map uses value-equality for greater cache hits
/// and reuse.
///
/// These are not readonly because they're structs and we mutate htemthem.
/// These are not readonly because they're structs and we mutate them.
/// </summary>
private WriterReferenceMap _objectReferenceMap;
private WriterReferenceMap _stringReferenceMap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册