Skip to content

Commit

Permalink
scaladoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed May 30, 2016
1 parent cb209c4 commit 4772948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import scala.concurrent.Future

/**
* Mix in this trait into your RPC framework to support remote procedures, i.e. fire-and-forget methods
* with [[Unit]] return type.
* with `Unit` return type.
*/
trait ProcedureRPCFramework extends RPCFramework {
type RawRPC <: ProcedureRawRPC
Expand Down

0 comments on commit 4772948

Please sign in to comment.