Replace - with –

This commit is contained in:
Stephen Chung
2020-12-29 23:01:34 +08:00
parent a45876856d
commit db5b855dea
51 changed files with 149 additions and 149 deletions

View File

@@ -4,7 +4,7 @@ Function Overloading
{{#include ../links.md}}
[Functions] defined in script can be _overloaded_ by _arity_ (i.e. they are resolved purely upon the function's _name_
and _number_ of parameters, but not parameter _types_ since all parameters are the same type - [`Dynamic`]).
and _number_ of parameters, but not parameter _types_ since all parameters are the same type – [`Dynamic`]).
New definitions _overwrite_ previous definitions of the same name and number of parameters.