Skip to content

Commit 81c6a3c

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent cafd52d commit 81c6a3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README-LanguageDraft-2.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
```
88
function: bubbleSortA(&$array)
9-
# best code quality, but less performance
109
for ($i = 1, $i < $array->getSize()#-+ 1-#, ++$i)
1110
for ($j = 0, $j < $array->getSize() - $i, ++$j)
1211
#-

0 commit comments

Comments
 (0)