Skip to content

Commit 4758c70

Browse files
committed
fix: translate comment into English
1 parent adbd61f commit 4758c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ impl MatcherPred {
902902
}
903903
}
904904

905-
// TODO: DatatypeSymbolをほぼそのままコピーする形になっているので、エイリアスなどで共通化すべき?
905+
// TODO: This struct is almost copy of `DatatypeSymbol`. Two traits maight be unified with aliases.
906906
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
907907
pub struct UserDefinedPredSymbol {
908908
inner: String,

0 commit comments

Comments
 (0)