Skip to content
Prev Previous commit
Next Next commit
Update bubble_sort.md
  • Loading branch information
Neverik authored Oct 4, 2018
commit 417af13f6809bb031f9dfddfdc03ed0bb0bf18d6
2 changes: 1 addition & 1 deletion contents/bubble_sort/bubble_sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
{% sample lang="f90" %}
[import, lang:"fortran"](code/fortran/bubble.f90)
{% sample lang="st" %}
[import, lang:"smalltalk"](code/smalltalk/usage.st)
[import, lang:"smalltalk"](code/smalltalk/bubble.st)
{% sample lang="emojic" %}
[import, lang:"emojicode"](code/emojicode/bubble_sort.emojic)
{% endmethod %}
Expand Down