Skip to content

Commit c5f5831

Browse files
committed
comment nit
1 parent 5170d8f commit c5f5831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
44
use serde_json::Value;
55

66
/// Schema transition: from/to are visibility values (omit, optional, required).
7-
/// During the transition period the field is always optional in the resolved schema.
7+
/// During the transition period the field is always the `from` visibility.
88
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
99
pub struct SchemaTransitionInfo {
1010
pub from: String,

0 commit comments

Comments
 (0)