OSDN Git Service

Update odt.md
authorTrisolaris HD <36555123+TrisolarisHD@users.noreply.github.com>
Sun, 21 Apr 2019 06:10:43 +0000 (14:10 +0800)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2019 06:10:43 +0000 (14:10 +0800)
修正了一个傻子 reviewer 的错误认识。

docs/ds/odt.md

index 05530d3..8ab28b7 100644 (file)
@@ -87,7 +87,7 @@ void performance(int l, int r) {
 }
 ```
 
-**注:珂朵莉树在进行求取区间左右端点操作时,最好先 split 右端点,再 split 左端点。否则在处理边界情况时,容易导致 RE。**
+**注:珂朵莉树在进行求取区间左右端点操作时,必须先 split 右端点,再 split 左端点。否则在处理边界情况时会导致 RE。**
 
 ## 习题