diff --git a/src/lib.rs b/src/lib.rs index 341b309..2732fbf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -488,7 +488,6 @@ impl RegKey { } /// Recursively delete subkey with all its subkeys and values. - /// Will delete itself if `path` is an empty string. /// If `path` is an empty string, the subkeys and values of this key are deleted. /// /// # Examples