]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/listener/listener-docs.factor
listener: remove extra $nl
[factor.git] / basis / listener / listener-docs.factor
index c93fdfeb0cfdbe889c73a17c188f8c53b61b905d..4aef0c6b2cd3ef0095de28dc28a1db460f3abd35 100644 (file)
@@ -67,7 +67,6 @@ $nl
     "USING: listener namespaces ;"
     "t handle-ctrl-break set-global"
 }
-$nl
 "The listener can watch dynamic variables:"
 { $subsections "listener-watch" }
 "Nested listeners can be useful for testing code in other dynamic scopes. For example, when doing database maintenance using the " { $vocab-link "db.tuples" } " vocabulary, it can be useful to start a listener with a database connection:"