]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Resource.hs
Doc fix
[Lucu.git] / Network / HTTP / Lucu / Resource.hs
index 8e25904ac927d00da9d96fecdfff998328f7d6d7..44db0dc2a36633787f87707a0cc96ec72063cfd1 100644 (file)
@@ -199,8 +199,8 @@ getRemoteAddr = do itr <- getInteraction
 
 
 -- |Get the string representation of the address of remote host. If
--- you want a 'Network.Socket.SockAddr' instead of String, use
--- 'getRemoteAddr'.
+-- you want a 'Network.Socket.SockAddr' instead of 'Prelude.String',
+-- use 'getRemoteAddr'.
 getRemoteAddr' :: Resource String
 getRemoteAddr' = do addr <- getRemoteAddr
                     case addr of