This commit is contained in:
rolux 2012-06-14 16:45:49 +02:00
parent cbe8f1db49
commit 43077ceb88

View file

@ -477,7 +477,7 @@ Ox.identify <f> Returns the type of a JavaScript identifier
(string) -> <s> Type
Type can be `'constant'`, `'identifier'`, `'keyword'`, `'method'`,
`'object'` or `'property'`.
> Ox.idenfify('PI')
> Ox.identify('PI')
'constant'
> Ox.identify('foo')
'identifier'