Skip to content

Commit 16bfb26

Browse files
authored
Merge pull request #858 from kazuki43zoo/fix-typo
Fix typos in reference doc
2 parents 0be2866 + 7f77e72 commit 16bfb26

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/site/es/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ public class User {
862862
<td><code>REAL</code></td>
863863
<td><code>VARCHAR</code></td>
864864
<td><code>BINARY</code></td>
865-
<td><code>BLOG</code></td>
865+
<td><code>BLOB</code></td>
866866
<td><code>NVARCHAR</code></td>
867867
</tr>
868868
<tr>

src/site/ja/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ public class User {
977977
<td>REAL</td>
978978
<td>VARCHAR</td>
979979
<td>BINARY</td>
980-
<td>BLOG</td>
980+
<td>BLOB</td>
981981
<td>NVARCHAR</td>
982982
</tr>
983983
<tr>

src/site/ko/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ public class User {
858858
<td><code>REAL</code></td>
859859
<td><code>VARCHAR</code></td>
860860
<td><code>BINARY</code></td>
861-
<td><code>BLOG</code></td>
861+
<td><code>BLOB</code></td>
862862
<td><code>NVARCHAR</code></td>
863863
</tr>
864864
<tr>

src/site/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
647647
, if no annotation is found,
648648
will be registered as an alias
649649
using
650-
uncapitalized non-qualified class name of the bean. Thas is
650+
uncapitalized non-qualified class name of the bean. That is
651651
<code>domain.blog.Author</code>
652652
will be registered as
653653
<code>author</code>. If the

src/site/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ public class User {
10621062
<td><code>REAL</code></td>
10631063
<td><code>VARCHAR</code></td>
10641064
<td><code>BINARY</code></td>
1065-
<td><code>BLOG</code></td>
1065+
<td><code>BLOB</code></td>
10661066
<td><code>NVARCHAR</code></td>
10671067
</tr>
10681068
<tr>

src/site/zh/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ jdbcType
927927
<td><code>REAL</code></td>
928928
<td><code>VARCHAR</code></td>
929929
<td><code>BINARY</code></td>
930-
<td><code>BLOG</code></td>
930+
<td><code>BLOB</code></td>
931931
<td><code>NVARCHAR</code></td>
932932
</tr>
933933
<tr>

0 commit comments

Comments
 (0)