Skip to content

Commit 9192ef3

Browse files
committed
Merge branch '3-pr-CalDAV-support' of https://github.com/LuceusXylian/dav-server-rs into 3-pr-CalDAV-support
2 parents bb1401c + dd385d6 commit 9192ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/davheaders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub enum Depth {
9696
Zero,
9797
/// Depth 1: target resource, Depth 1 children
9898
One,
99-
/// Depth infinity OR Depth 1 > are not to be supported and return "Not Implemented" for performance
99+
/// Infinite depth or `Depth` > 1 are not to be supported and return `NotImplemented` for performance reasons
100100
Infinity,
101101
}
102102

0 commit comments

Comments
 (0)