Unverified Commit 3f254585 authored by Vinicius Jarina's avatar Vinicius Jarina Committed by GitHub
Browse files

Merge pull request #255 from ifdog/master

Fix misspelling
parents d4e55cb0 f7bfbd42
...@@ -205,7 +205,7 @@ If you are using Xamarin.iOS you need to [`Preserve`](http://developer.xamarin.c ...@@ -205,7 +205,7 @@ If you are using Xamarin.iOS you need to [`Preserve`](http://developer.xamarin.c
##Sandboxing## ##Sandboxing##
There is many ways to sandbox scripts inside your application. I strongly recomend you to use plain Lua to do your sandbox. There is many ways to sandbox scripts inside your application. I strongly recommend you to use plain Lua to do your sandbox.
You can re-write the `import` function before load the user script and if the user try to import a .NET assembly nothing will happen. You can re-write the `import` function before load the user script and if the user try to import a .NET assembly nothing will happen.
```csharp ```csharp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment