chiark / gitweb /
dep.js: Fix comment formatting.
[dep-ui] / dep.js
diff --git a/dep.js b/dep.js
index 7b552078672d22b3cdd2d385d4bebb81dca0bb9c..e79b9addecc511e35f04ecd763acfd42e4edca90 100644 (file)
--- a/dep.js
+++ b/dep.js
@@ -497,10 +497,9 @@ function with_frozen(body, delay) {
    * If the BODY function changes any dep values (using D.set_value(...))
    * then dependents won't be updated until the BODY completes.
    *
-   * It's very
-   * bad to do this during a recomputation phase.  If DELAY is true, then the
-   * BODY is delayed until the recomputation completes; otherwise you get an
-   * exception.
+   * It's very bad to do this during a recomputation phase.  If DELAY is
+   * true, then the BODY is delayed until the recomputation completes;
+   * otherwise you get an exception.
    */
 
   var op, val;