Skip to content

Commit a126279

Browse files
authored
docs: Fix method in examples of connections (#134)
1 parent 14180d9 commit a126279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ using (var cn = new LdapConnection())
160160
using (var cn = new LdapConnection())
161161
{
162162
// connect with ldap version 2
163-
cn.Connect(new Uri("ldaps://dc.example.com:636",LdapForNet.Native.Native.LdapVersion.LDAP_VERSION2));
163+
cn.Connect(new Uri("ldaps://dc.example.com:636"), LdapForNet.Native.Native.LdapVersion.LDAP_VERSION2);
164164
....
165165
}
166166

0 commit comments

Comments
 (0)