mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Fix broken doc link (#12092)
Fixes a doc comment link in `Value::to_parsable_string`.
This commit is contained in:
parent
3740b50eab
commit
a18de999c2
@ -1004,7 +1004,7 @@ impl Value {
|
|||||||
/// The other `Value` cases are already parsable when converted strings
|
/// The other `Value` cases are already parsable when converted strings
|
||||||
/// or are not yet handled by this function.
|
/// 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.
|
/// and will recurse into records and lists.
|
||||||
pub fn to_parsable_string(&self, separator: &str, config: &Config) -> String {
|
pub fn to_parsable_string(&self, separator: &str, config: &Config) -> String {
|
||||||
match self {
|
match self {
|
||||||
|
Loading…
Reference in New Issue
Block a user