]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/tuples/tuples-docs.factor
Merge branch 'master' of git://github.com/erikcharlebois/factor
[factor.git] / basis / db / tuples / tuples-docs.factor
index 2c5db1c90d904a3243d61692fdbc8a833669cfa0..3f77f9abaf6b51b6e5aa2f2f628125ee48147f85 100644 (file)
@@ -267,7 +267,7 @@ T{ book
 { $list
     "Make a new tuple to represent your data"
     { "Map the Factor types to the database types with " { $link define-persistent } }
-    { "Make a custom database combinator (see" { $link "db-custom-database-combinators" } ") to open your database and run a " { $link quotation } }
+    { "Make a custom database combinator (see " { $link "db-custom-database-combinators" } ") to open your database and run a " { $link quotation } }
     { "Create a table with " { $link create-table } ", " { $link ensure-table } ", or " { $link recreate-table } }
     { "Start making and storing objects with " { $link insert-tuple } ", " { $link update-tuple } ", " { $link delete-tuples } ", and " { $link select-tuples } }
 } ;