Skip to content

Commit a0fcd69

Browse files
authored
Update dynamic-sql.xml (Japanese translation)
I found a sentence which was not translated in Japanese, so I fixed it.
1 parent daeefc6 commit a0fcd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/ja/xdoc/dynamic-sql.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ AND title like ‘someTitle’]]></source>
165165
<p>XML 設定ファイルと XML Mapper ファイルについての説明はここまでになります。次の章では、Java API について詳しく見ていきます。</p>
166166
</subsection>
167167
<subsection name="script">
168-
<p>For using dynamic SQL in annotated mapper class, <em>script</em> element can be used. For example:</p>
168+
<p><em>script</em> 要素を使用することで、アノテーション付きのマッパークラスで動的SQLを使用できます。例:</p>
169169
<source><![CDATA[
170170
@Update({"<script>",
171171
"update Author",

0 commit comments

Comments
 (0)