We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb1401c + dd385d6 commit 9192ef3Copy full SHA for 9192ef3
src/davheaders.rs
@@ -96,7 +96,7 @@ pub enum Depth {
96
Zero,
97
/// Depth 1: target resource, Depth 1 children
98
One,
99
- /// Depth infinity OR Depth 1 > are not to be supported and return "Not Implemented" for performance
+ /// Infinite depth or `Depth` > 1 are not to be supported and return `NotImplemented` for performance reasons
100
Infinity,
101
}
102
0 commit comments