]> gitweb.factorcode.org Git - factor.git/commitdiff
listener: remove extra $nl
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 1 Feb 2023 23:11:25 +0000 (15:11 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 1 Feb 2023 23:18:21 +0000 (15:18 -0800)
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:"