mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-24 06:50:26 +08:00
Update bubble_sort.md
fixed `falg` to `flag`
This commit is contained in:
parent
770e3ca4ce
commit
75be76cebe
@ -383,7 +383,7 @@ comments: true
|
||||
flag = true;
|
||||
}
|
||||
}
|
||||
if(!falg) break;
|
||||
if(!flag) break;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user