Skip to content

Commit 2e95167

Browse files
committed
missing Keywords
1 parent b659a9d commit 2e95167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/card.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ fn localize_notes(card: &mut Card, key: &str, value: &Value) -> Result<(), Strin
651651
Ok(())
652652
}
653653

654-
/// Localize the Keywords
654+
/// Localize the [`crate::Keywords`]
655655
fn localize_keywords(card: &mut Card, key: &str, value: &Value) -> Result<(), String> {
656656
if key == "keywords" {
657657
card.keywords = serde_json::from_value(value.clone()).ok();

0 commit comments

Comments
 (0)