提交 7a7547ea 编写于 作者: D Deniz Susman 提交者: 羡辙

Fix typo in code comment

"forbidden" instead of "forbinden".
上级 c09293f7
......@@ -75,7 +75,7 @@ export default function (delta, handleEnds, extent, handleIndex, minSpan, maxSpa
if (minSpan != null && (
currDistSign.sign !== originalDistSign.sign || currDistSign.span < minSpan
)) {
// If minSpan exists, 'cross' is forbinden.
// If minSpan exists, 'cross' is forbidden.
handleEnds[1 - handleIndex] = handleEnds[handleIndex] + originalDistSign.sign * minSpan;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册