Skip to content

Commit 6f92784

Browse files
Spelling
1 parent aa46657 commit 6f92784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/egraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def _fn_decl(
627627
)
628628
decls |= merged
629629

630-
# defer this in generator so it doesnt resolve for builtins eagerly
630+
# defer this in generator so it doesn't resolve for builtins eagerly
631631
args = (TypedExprDecl(tp.to_just(), VarDecl(name, False)) for name, tp in zip(arg_names, arg_types, strict=True))
632632
res_ref: FunctionRef | MethodRef | ClassMethodRef | PropertyRef | InitRef | UnnamedFunctionRef
633633
res_thunk: Callable[[], object]

0 commit comments

Comments
 (0)