*-docs: replace double spaces with single spaces
Code examples and other places where multiple spaces were used to align text were left intact.modern-harvey2
parent
445b55b3e5
commit
2ffa446f5b
|
@ -67,7 +67,8 @@ HELP: define-persistent
|
||||||
{ $description "Defines a relation from a Factor " { $snippet "tuple class" } " to a SQL database table name. The format for the slot specifiers is as follows:"
|
{ $description "Defines a relation from a Factor " { $snippet "tuple class" } " to a SQL database table name. The format for the slot specifiers is as follows:"
|
||||||
{ $list
|
{ $list
|
||||||
{ "a slot name from the " { $snippet "tuple class" } }
|
{ "a slot name from the " { $snippet "tuple class" } }
|
||||||
{ "the name of a database column that maps to the slot" } { "a database type (see " { $link "db.types" } ")" }
|
{ "the name of a database column that maps to the slot" }
|
||||||
|
{ "a database type (see " { $link "db.types" } ")" }
|
||||||
} "Throws an error if the slot name (column one from each row) is not a slot in the tuple or its superclases." }
|
} "Throws an error if the slot name (column one from each row) is not a slot in the tuple or its superclases." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $code "USING: db.tuples db.types ;"
|
{ $code "USING: db.tuples db.types ;"
|
||||||
|
|
Loading…
Reference in New Issue