]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/unix/unix.factor
factor: remove rest of double paren words.
[factor.git] / basis / io / sockets / unix / unix.factor
index 594533805ec109f8230016447622d528682407c3..35881c9e58c33bce0520b69482f34fa0d44d3110 100644 (file)
@@ -74,7 +74,7 @@ M: object establish-connection
         drop
     ] if* ; inline
 
-M: object ((client))
+M: object remote>handle
     [ protocol-family SOCK_STREAM ] [ protocol ] bi socket-fd
     [ init-client-socket ] [ ?bind-client ] [ ] tri ;