Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Braiden Vasco committed Jan 18, 2016
1 parent 11f402c commit b93a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -123,7 +123,7 @@ Typeclass.instance Foo, a: Bar, b: Integer do
end
```

In this case we can not know how method Bar#bar uses it's arguments,
In this case we can not know how method `Bar#bar` uses it's arguments,
so we can only call the method without any checks and optimizations.

#### Dynamically typed code calls statically typed code
Expand Down

0 comments on commit b93a735

Please sign in to comment.