Skip to content

Commit

Permalink
'Guaranteeing' a better spelling :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
alondero committed May 22, 2016
1 parent 5d4cef9 commit 4524803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2015-10-18-arcaders-1-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ let total = sum_vec::<i32>(0, vec![ 1, 2, 3 ]);
This is actually what you have to write in many languages which have a generic
behaviour. However, like with types in general, Rust _infers_ which variation
should be called, automatically. That way, if _feels_ like a duck-typed language
such as Python, yet you get _even more garantees_ than most statically-typed
such as Python, yet you get _even more guarantees_ than most statically-typed
languages. Sometimes, you have to help the compiler and write the full
`func::<A, B, C>` syntax but, most of the time, it simply _gets it_.

Expand Down

0 comments on commit 4524803

Please sign in to comment.