Fixed a typo in openReplicatSetSRV' documentation strings.
This commit is contained in:
parent
497025bd3c
commit
3c3c2d1f35
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ openReplicaSetSRV' :: HostName -> IO ReplicaSet
|
|||
-- > do
|
||||
-- > pipe <- openReplicatSetSRV' "cluster#.xxxxx.yyyyy.zzz"
|
||||
-- > is_auth <- access pipe master "admin" $ auth user_name password
|
||||
-- > unless (not is_auth) (throwIO $ userError "Authentication failed!")
|
||||
-- > unless is_auth (throwIO $ userError "Authentication failed!")
|
||||
openReplicaSetSRV' hostname = do
|
||||
timeoutSecs <- readIORef globalConnectTimeout
|
||||
_openReplicaSetSRV timeoutSecs Secure hostname
|
||||
|
|
Loading…
Reference in a new issue