Skip to content

Commit b47fef3

Browse files
authored
Update README-LanguageDraft-2.0.md
1 parent cf99247 commit b47fef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-LanguageDraft-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 1.1. Inline comments with #- $x = 1 -#
66

77
```
8-
function: bubbleSortA(&$array)
8+
function: bubbleSort(&$array)
99
for ($i = 1, $i < $array->getSize()#-+ 1-#, ++$i)
1010
for ($j = 0, $j < $array->getSize() - $i, ++$j)
1111
#-

0 commit comments

Comments
 (0)