Skip to content

Commit

Permalink
Grammar changes to monomorphic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Nov 14, 2016
1 parent 0232daa commit 34676a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8-tips/monomorphic.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ add(1, 2) // + in add is monomorphic
add('a', 'b') // + in add becomes polymorphic
```

**Monomorphic** types is more predictable for the compiler and more easy to generate good code.
**Monomorphic** types are more predictable for the compiler and therefore easier for them to generate good code.

0 comments on commit 34676a7

Please sign in to comment.