Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2014-03-04 18:53:12 +0400
committerRonan Collobert <ronan@collobert.com>2014-03-04 18:53:12 +0400
commitabc8587d3a5d465b7820d0b765c2bc4a711111c7 (patch)
treef4a8fe4945325e996abf7fd5cbb592fcbe84dc0f /README.md
parente49170d4ae312625d10624f335b26a54a11121e0 (diff)
fix doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91cb9e7..83d2476 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ sure the given argument is not `nil`. If you want also to accept `nil` arguments
[`opt` option](#argcheck.opt).
### Default arguments
-Simple argument types like `number`, `string` or `boolean` can have defaults:
+Arguments can have defaults:
```lua
check = argcheck{
{name="x", type="number", default=0}