Skip to content

Commit 5068f4e

Browse files
committed
既存の翻訳に合わせる
1 parent 12522c5 commit 5068f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-snippets.ent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ STREAM モードのいくつかのアルゴリズムの初期化の際に使用
14941494
呼び出す関数またはメソッド。有効な <link linkend="gearman.constants">Gearmanの値</link> を返す必要があります。
14951495
</para>
14961496
<para>
1497-
return ステートメントが存在しない場合、デフォルトで <constant>GEARMAN_SUCCESS</constant> が返されます。
1497+
return 文が存在しない場合、デフォルトで <constant>GEARMAN_SUCCESS</constant> が返されます。
14981498
</para>
14991499
<methodsynopsis>
15001500
<type>int</type><methodname><replaceable>callback</replaceable></methodname>
@@ -1524,7 +1524,7 @@ STREAM モードのいくつかのアルゴリズムの初期化の際に使用
15241524

15251525
<!ENTITY gearman.note.callback '<note xmlns="http://docbook.org/ns/docbook">
15261526
<para>
1527-
この callback は、このメソッドを呼び出した後に追加されたタスク(例: <methodname>GearmanClient::addTask</methodname> を呼び出して追加されたタスク)に対してのみ実行されます。
1527+
このコールバックは、このメソッドを呼び出した後に追加されたタスク(例: <methodname>GearmanClient::addTask</methodname> を呼び出して追加されたタスク)に対してのみ実行されます。
15281528
</para>
15291529
</note>'>
15301530

0 commit comments

Comments
 (0)