Skip to content

Commit 72ea3cf

Browse files
committed
fix typo
Signed-off-by: Bugen Zhao <[email protected]>
1 parent 2441f87 commit 72ea3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/catalog/purify.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use crate::error::Result;
2121
use crate::utils::data_type::DataTypeToAst as _;
2222

2323
/// Try to restore missing column definitions and constraints in the persisted table (or source)
24-
/// definition, if the schemais derived from external systems (like schema registry) or it's
24+
/// definition, if the schema is derived from external systems (like schema registry) or it's
2525
/// created by `CREATE TABLE AS`.
2626
///
2727
/// Returns error if restoring failed, or the persisted definition is invalid.

0 commit comments

Comments
 (0)