1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:17:59 +01:00

fix some help typos

This commit is contained in:
Doug Kearns
2007-11-09 05:15:17 +00:00
parent 8457cfdf33
commit 2b60f1a26d
3 changed files with 8 additions and 8 deletions

View File

@@ -421,7 +421,7 @@ const vimperator = (function() //{{{
open: function(urls, where, callback)
{
// convert the string to an array of converted URLs
// -> see String.prototype.toURLArray for more details
// -> see vimperator.util.stringToURLArray for more details
if (typeof urls == "string")
urls = vimperator.util.stringToURLArray(urls);