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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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