From 43077ceb88bbc2d8c2e89e7f54a096a497aed5db Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 14 Jun 2012 16:45:49 +0200 Subject: [PATCH] typo --- source/Ox/js/JavaScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/JavaScript.js b/source/Ox/js/JavaScript.js index 54c9e7af..3eeda7a4 100644 --- a/source/Ox/js/JavaScript.js +++ b/source/Ox/js/JavaScript.js @@ -477,7 +477,7 @@ Ox.identify Returns the type of a JavaScript identifier (string) -> Type Type can be `'constant'`, `'identifier'`, `'keyword'`, `'method'`, `'object'` or `'property'`. - > Ox.idenfify('PI') + > Ox.identify('PI') 'constant' > Ox.identify('foo') 'identifier'