Tweaked a comment to make attribute behaviour more clear. b=131725

This commit is contained in:
locka%iol.ie 2002-03-22 14:48:41 +00:00
parent 8b1caa26a0
commit b96e3dbb7a

View File

@ -187,7 +187,7 @@ interface nsIWebNavigation : nsISupports
readonly attribute nsIDOMDocument document; readonly attribute nsIDOMDocument document;
/** /**
* The current URI that is loaded. * The currently loaded URI or null.
*/ */
readonly attribute nsIURI currentURI; readonly attribute nsIURI currentURI;