Skip to content

Commit d1a9491

Browse files
committed
Fix typo (null should say undefined).
1 parent 6d1209c commit d1a9491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ url(-1); // index.html
6161
url('query'); // query1=test&silly=willy
6262
url('?'); // {query1: 'test', silly: 'willy', field: ['zero', undefined, 'two']}
6363
url('?silly'); // willy
64-
url('?poo'); // null
64+
url('?poo'); // undefined
6565
url('field[0]') // zero
6666
url('field') // ['zero', undefined, 'two']
6767
url('hash'); // test=hash&chucky=cheese

0 commit comments

Comments
 (0)