Commit f9c5a807 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed typo in README.md

parent 328230bd
......@@ -117,7 +117,7 @@ Retrieving global values:
```csharp
state.DoString ("y = 10 + x*(5 + 2)");
var y = state ["y"] as double; -- Retrieve the value of y
var y = state ["y"] as double; // Retrieve the value of y
```
Retrieving Lua functions:
......
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