Skip to content

Commit

Permalink
Fixed doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
bkushigian committed Oct 26, 2024
1 parent 6485bd5 commit db8550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ pub fn deserialize_configs_from_json(
}

/// Deserialize configs from a string. Converts to a `serde_json::Value` and
/// invokes [`deserialize_configs`]
/// invokes [`deserialize_configs_from_json`]
pub fn deserialize_configs_from_str(
config_json_contents: &str,
) -> Result<(CardConfig, TreeConfig, Vec<Line>, Vec<Line>), String> {
Expand Down

0 comments on commit db8550c

Please sign in to comment.