Browse Source

format comment better

Myk Melez 15 years ago
parent
commit
2d1e4e8c9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Preferences.js

+ 2 - 2
Preferences.js

@@ -225,8 +225,8 @@ Preferences.prototype = {
   /**
   /**
    * Stop observing a pref branch.  This method must be called with the same
    * Stop observing a pref branch.  This method must be called with the same
    * branch, callback, and thisObject with which the observer was originally
    * branch, callback, and thisObject with which the observer was originally
-   * registered.  However, you don't have to call this method on the same
-   * exact instance of Preferences.  You can call it on any instance.
+   * registered.  However, you don't have to call this method on the same exact
+   * instance of Preferences; you can call it on any instance.
    *
    *
    * @param   branch      {String}  [optional]
    * @param   branch      {String}  [optional]
    *          the branch being observed
    *          the branch being observed