[PATCH] Add missing closing parent in example

Marijn Haverbeke marijnh at gmail.com
Thu Jun 27 06:16:21 UTC 2013


Thanks! Applied as
https://github.com/marijnh/Postmodern/commit/ec537f72393e1032853b78e0b7b4d0ff98632a02

On Wed, Jun 26, 2013 at 9:45 PM, Julien Danjou <julien at danjou.info> wrote:
> ---
>  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