Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8238d1e

Browse files
committed
doc: Fix table column number declaration
1 parent 92c2d2b commit 8238d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/pgcrypto.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ hmac(data bytea, key text, type text) returns bytea
135135

136136
<table id="pgcrypto-crypt-algorithms">
137137
<title>Supported Algorithms for <function>crypt()</></title>
138-
<tgroup cols="5">
138+
<tgroup cols="6">
139139
<thead>
140140
<row>
141141
<entry>Algorithm</entry>
142142
<entry>Max Password Length</entry>
143143
<entry>Adaptive?</entry>
144144
<entry>Salt Bits</entry>
145-
<entry>Output length</entry>
145+
<entry>Output Length</entry>
146146
<entry>Description</entry>
147147
</row>
148148
</thead>

0 commit comments

Comments
 (0)