Commit f272cdbc authored by Marc Gravell's avatar Marc Gravell

Merge pull request #380 from DeRauk/readme-spelling-fix

Spelling fix. Replaced 'paramter' with 'parameter'
parents 6b747c59 78820ab3
......@@ -24,7 +24,7 @@ An example use of the `LuaScript`:
The `LuaScript` class rewrites variables in scripts of the form `@myVar` into the appropriate `ARGV[someIndex]` required by redis. If the
parameter passed is of type `RedisKey` it will be sent as part of the `KEYS` collection automatically.
Any object that exposes field or property members with the same name as @-prefixed variables in the Lua script can be used as a paramter hash to
Any object that exposes field or property members with the same name as @-prefixed variables in the Lua script can be used as a parameter hash to
`Evaluate` calls. Supported member types are the following:
- int(?)
......
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