Update bubble_sort.md

fixed `falg` to `flag`
This commit is contained in:
L-Super
2022-12-26 12:11:21 +08:00
committed by GitHub
parent 770e3ca4ce
commit 75be76cebe

View File

@ -383,7 +383,7 @@ comments: true
flag = true;
}
}
if(!falg) break;
if(!flag) break;
}
}
```