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
|
||||
Type can be `'constant'`, `'identifier'`, `'keyword'`, `'method'`,
|
||||
`'object'` or `'property'`.
|
||||
> Ox.idenfify('PI')
|
||||
> Ox.identify('PI')
|
||||
'constant'
|
||||
> Ox.identify('foo')
|
||||
'identifier'
|
||||
|
|
Loading…
Reference in a new issue