listener: fixing typo in docs.

John Benediktsson 2010-09-06 23:26:14 -07:00
parent 7ac352ca14
commit 2012c9bf20
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ $nl
$nl $nl
"The listener can watch dynamic variables:" "The listener can watch dynamic variables:"
{ $subsections "listener-watch" } { $subsections "listener-watch" }
"Nested listeners can be useful for testing code in other dynamic scopes. For example, when doing database maintanance using the " { $vocab-link "db.tuples" } " vocabulary, it can be useful to start a listener with a database connection:" "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:"
{ $code { $code
"USING: db db.sqlite listener ;" "USING: db db.sqlite listener ;"
"\"data.db\" <sqlite-db> [ listener ] with-db" "\"data.db\" <sqlite-db> [ listener ] with-db"