Skip to content

Commit 82daada

Browse files
authored
基本指定子の表修正
send/recieveの項目「データを渡す方向」で呼び元・呼び先が逆に表記されていたため修正
1 parent b9bf64c commit 82daada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tecs/CDLref_signature.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@
131131
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
132132
| inout | 呼び先⇔呼び元 | 不可 | 単一、二重 | 不要 | |
133133
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
134-
| send | 呼び先→呼び元 | 不可 | 単一、二重 | 必要 |引数としてアロケータシグニチャを取る |
134+
| send | 呼び元→呼び先 | 不可 | 単一、二重 | 必要 |引数としてアロケータシグニチャを取る |
135135
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
136-
| receive | 呼び先←呼び元 | 不可 | 二重、三重 | 必要 |引数としてアロケータシグニチャを取る |
136+
| receive | 呼び元←呼び先 | 不可 | 二重、三重 | 必要 |引数としてアロケータシグニチャを取る |
137137
+-----------+-------------------+--------------+-----------------+---------------+--------------------------------------+
138138

139139
C 言語におけるポインタ型がの引数は、以下の点であいまいさがあります。

0 commit comments

Comments
 (0)