mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Update bubble_sort.md
fixed `falg` to `flag`
This commit is contained in:
@ -383,7 +383,7 @@ comments: true
|
||||
flag = true;
|
||||
}
|
||||
}
|
||||
if(!falg) break;
|
||||
if(!flag) break;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user