[PATCH] Add missing closing parent in example

Julien Danjou julien at danjou.info
Wed Jun 26 19:45:01 UTC 2013


---
 doc/s-sql.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/s-sql.html b/doc/s-sql.html
index a6b0bad..7a8476a 100644
--- a/doc/s-sql.html
+++ b/doc/s-sql.html
@@ -595,7 +595,7 @@
    (age :type integer)
    (address :type (or db-null string) :references (important-addresses :cascade :cascade))
    (fatal-weakness :type text :default "None")
-   (identifying-color :type (string 20) :unique t)
+   (identifying-color :type (string 20) :unique t))
   (:foreign-key (identifying-color) (colors name))
   (:constraint enemy-age-check :check (:> 'age 12)))</pre>
 
-- 
1.8.3.1




More information about the postmodern-devel mailing list