Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.rs')
-rw-r--r--src/string.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string.rs b/src/string.rs
index 2d6d4a9..7f5f9b2 100644
--- a/src/string.rs
+++ b/src/string.rs
@@ -177,8 +177,9 @@ impl<'a> PartialOrd<NtfsString<'a>> for &str {
}
}
+/// Trait for a case-insensitive ordering with respect to the $UpCase table read from the filesystem.
pub trait UpcaseOrd<Rhs> {
- /// Performs a case-insensitive ordering based on the upcase table read from the filesystem.
+ /// Performs a case-insensitive ordering based on the $UpCase table read from the filesystem.
///
/// # Panics
///