Fix broken doc link (#12092)

Fixes a doc comment link in `Value::to_parsable_string`.
This commit is contained in:
Ian Manske 2024-03-07 03:50:31 +00:00 committed by GitHub
parent 3740b50eab
commit a18de999c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1004,7 +1004,7 @@ impl Value {
/// The other `Value` cases are already parsable when converted strings
/// or are not yet handled by this function.
///
/// This functions behaves like [`to_formatted_string`](Self::to_formatted_string)
/// This functions behaves like [`to_expanded_string`](Self::to_expanded_string)
/// and will recurse into records and lists.
pub fn to_parsable_string(&self, separator: &str, config: &Config) -> String {
match self {