diff options
-rw-r--r-- | src/chat.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat.rs b/src/chat.rs index fbce103..4770579 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -1098,7 +1098,7 @@ where return Err(A::Error::custom("none for value key=action")); } } - "value" | "content" => { + "value" | "contents" => { value = access.next_value()?; if value.is_none() { return Err(A::Error::custom("none for value key=value")); |