Skip to content

Commit

Permalink
sema: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jun 25, 2024
1 parent ecdce7a commit db4a2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion std/jule/sema/comptime.jule
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl comptimeRangeKind for comptimeStructFields {
}
}

// Comtpile-time type information data.
// Compile-time type information data.
struct comptimeType {
Base: &TypeKind
}
Expand Down
2 changes: 1 addition & 1 deletion std/jule/sema/scope.jule
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ impl scopeChecker {
}

fn checkStructureAssignOp(mut &self, mut &s: &StructIns, mut &a: &AssignSt, mut &r: &Data): bool {
// This method adopted from [BinaryEval.check_struct_common_operator_compatibility].
// This method adopted from [BinaryEval.checkStructCommonOperatorCompatibility].
// Should follow this method.
let mut overload: &FnIns = nil
match a.Setter.Kind {
Expand Down

0 comments on commit db4a2e3

Please sign in to comment.