Update reference.md

This commit is contained in:
Manish Goregaokar 2015-11-24 11:56:27 +05:30
parent 205c356ace
commit c3600114cc

View file

@ -649,8 +649,8 @@ apply to the crate as a whole.
```
A crate that contains a `main` function can be compiled to an executable. If a
`main` function is present, its return type must be [`unit`](#tuple-types)
and it must take no arguments.
`main` function is present, its return type must be `()`
("[unit](#tuple-types)") and it must take no arguments.
# Items and attributes