This commit is contained in:
2023-05-10 00:48:25 +02:00
parent bbcdad7809
commit 9dad419dd2
5 changed files with 29 additions and 25 deletions

View File

@@ -66,7 +66,7 @@ impl Root {
Self { doc }
}
pub fn to_string(self) -> String {
pub fn into_string(self) -> String {
self.doc.into_string()
}
}