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

@@ -150,7 +150,7 @@ In order not to affect the speed of accessing properties in an object map, new p
property access.
A property [getter][getters/setters] function registered via `Engine::register_get`, for example,
for a `Map` will never be found - instead, the property will be looked up in the object map.
for a `Map` will never be found – instead, the property will be looked up in the object map.
Therefore, _method-call_ notation must be used for built-in properties: