Skip to content

Commit 75be76c

Browse files
authored
Update bubble_sort.md
fixed `falg` to `flag`
1 parent 770e3ca commit 75be76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter_sorting/bubble_sort.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ comments: true
383383
flag = true;
384384
}
385385
}
386-
if(!falg) break;
386+
if(!flag) break;
387387
}
388388
}
389389
```

0 commit comments

Comments
 (0)