提交 da2e7314 编写于 作者: C Cyrus Najmabadi

Clarify comment.

上级 4b26875b
......@@ -11,8 +11,8 @@ internal partial class BKTree
{
private struct Node
{
// The string this node corresponds to. Stored in char[] format so we can easily compute
// edit distances on it.
// The string this node corresponds to. Specifically, this span is the range of
// _allLowerCaseCharacters for that string.
public readonly TextSpan CharacterSpan;
// How many children/edges this node has.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册