Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit c59d760

Browse files
author
Simon Lorenz
authored
Fix documentation of dn property (#5)
1 parent e0b8f8f commit c59d760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldap-message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class LdapMessage {
138138
* Message type specific. Each message type must implement a `_dn` property
139139
* that provides this value.
140140
*
141-
* @type {string}
141+
* @type {import('@ldapjs/dn').DN}
142142
*/
143143
get dn () {
144144
return this._dn

0 commit comments

Comments
 (0)