diff --git a/src/Utils.ts b/src/Utils.ts index 66b874c..01bcdf7 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -8,7 +8,7 @@ import { SubscriptionResponse } from "./Types"; * Translate an RPC to RPCInfo for serialization. * @param rpc The RPC to transform * @param owner The owning RPC group's name - * @throws Error on RPC without name property + * @throws {Errror} Error on RPC without name property */ export const rpcToRpcinfo = (rpc : T.RPC, owner: T.Owner):T.RpcInfo => { switch (typeof rpc){