Skip to content

Commit 5f9211b

Browse files
committed
doc fix
1 parent 21e6e17 commit 5f9211b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commons-annotations/src/main/scala/com/avsystem/commons/rpc/rpcAnnotations.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ final class optional extends RpcArity
130130

131131
/**
132132
* When applied on raw method, specifies that this raw method may be matched by many, arbitrarily named real methods.
133-
* In order to distinguish between real methods, multi raw method must take real method's RPC name
134-
* (a `String`) as its first parameter and the only parameter in its first parameter list.
133+
* In order to distinguish between real methods when translating raw call into real call,
134+
* multi raw method must take real method's RPC name (a `String`) as one of its parameters (see [[methodName]]).
135135
* By default, result type of multi raw method is [[encoded]] and the macro engine searches for
136136
* appropriate `AsRaw` or `AsReal` conversion between real method result type and raw method result type.
137137
*

0 commit comments

Comments
 (0)