Skip to content

Commit

Permalink
Fix code error
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed May 14, 2016
1 parent c463107 commit a15bc3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/_posts/2016-05-14-0.3.0-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl Foo(int) {
Bar(n) = n + 1
}

main = {
main() = {
println(alias(1))
}
{% endhighlight %}
Expand All @@ -61,7 +61,7 @@ impl Foo(int) {
Bar(n) = n + 1
}

main = {
main() = {
println(Foo::Bar(1))
}
{% endhighlight %}
Expand Down

0 comments on commit a15bc3b

Please sign in to comment.