fix the doc errors

This commit is contained in:
lion 2022-08-14 17:56:15 +08:00
parent 528d4bb577
commit 1584ca6acb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ part2: 运行一个更新程序
for l := range source_file.lines() {
sRegion = db_get(l.sip)
eRegion = db_get(l.eip)
if sRegion == eRegion {
if sRegion != eRegion {
// 报错
}