chore(comments): fix typo and grammar issues (#6496)

* Initial plan

* Fix 5 TODO comments: spelling typos and formatting issues

Co-authored-by: waynexia <15380403+waynexia@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: waynexia <15380403+waynexia@users.noreply.github.com>
This commit is contained in:
Copilot
2025-07-10 10:24:42 +08:00
committed by GitHub
parent 40363bfc0f
commit fea8bc5ee7
5 changed files with 5 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ impl PartialEq<Column> for ColumnEntry {
return false;
}
}
//TODO: Checks `semantic_type`
// TODO: Checks `semantic_type`
match semantic_type(&self.semantic_type) {
Some(SemanticType::Tag) => {
if !other