Replace - with –
This commit is contained in:
@@ -29,7 +29,7 @@ engine.set_max_operations(0); // allow unlimited operations
|
||||
What Does One _Operation_ Mean
|
||||
-----------------------------
|
||||
|
||||
The concept of one single _operation_ in Rhai is volatile - it roughly equals one expression node,
|
||||
The concept of one single _operation_ in Rhai is volatile – it roughly equals one expression node,
|
||||
loading one variable/constant, one operator call, one iteration of a loop, or one function call etc.
|
||||
with sub-expressions, statements and function calls executed inside these contexts accumulated on top.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Sand-Boxing - Block Access to External Data
|
||||
==========================================
|
||||
Sand-Boxing – Block Access to External Data
|
||||
================================================
|
||||
|
||||
{{#include ../links.md}}
|
||||
|
||||
|
Reference in New Issue
Block a user