Skip to content

Commit

Permalink
Add a missing link in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Aug 13, 2024
1 parent 31024c0 commit 01fbb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public enum SearchScope {
ONE,
# Indicates that the base entry itself and any subordinate entries (to any depth) should be considered
SUB,
# Indicates that any subordinate entries (to any depth) below the entry specified by the base DN should be considered, but the base entry itself should not be considered, as described in draft-sermersheim-ldap-subordinate-scope
# Indicates that any subordinate entries (to any depth) below the entry specified by the base DN should be considered, but the base entry itself should not be considered, as described in [draft-sermersheim-ldap-subordinate-scope](https://docs.ldap.com/specs/draft-sermersheim-ldap-subordinate-scope-02.txt)
SUBORDINATE_SUBTREE
};

Expand Down

0 comments on commit 01fbb26

Please sign in to comment.