Skip to content
Permalink
Browse files Browse the repository at this point in the history
Fix mismatched parentheses in S-SQL docs
  • Loading branch information
jd authored and marijnh committed Jun 27, 2013
1 parent 72eae2f commit ec537f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/s-sql.html
Expand Up @@ -595,9 +595,9 @@ <h2><a name="syntax"></a>SQL Syntax</h2>
(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>
(:constraint enemy-age-check :check (:> 'age 12))</pre>

<p class="def"><span>sql-op</apen><a name="alter-table"></a>:alter-table (name action &amp;rest args)</p>

Expand Down

0 comments on commit ec537f7

Please sign in to comment.