typo
This commit is contained in:
parent
cbe8f1db49
commit
43077ceb88
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ Ox.identify <f> Returns the type of a JavaScript identifier
|
||||||
(string) -> <s> Type
|
(string) -> <s> Type
|
||||||
Type can be `'constant'`, `'identifier'`, `'keyword'`, `'method'`,
|
Type can be `'constant'`, `'identifier'`, `'keyword'`, `'method'`,
|
||||||
`'object'` or `'property'`.
|
`'object'` or `'property'`.
|
||||||
> Ox.idenfify('PI')
|
> Ox.identify('PI')
|
||||||
'constant'
|
'constant'
|
||||||
> Ox.identify('foo')
|
> Ox.identify('foo')
|
||||||
'identifier'
|
'identifier'
|
||||||
|
|
Loading…
Reference in a new issue