Skip to content

Commit

Permalink
Minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Apr 4, 2024
1 parent b639495 commit dd206f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ Expr State::mkExpr(Kind k, const std::vector<Expr>& children)
{
// if we failed to infer a nil terminator (likely due to
// a non-ground parameter), then we insert a placeholder
// (alf.nil f t1 ... tn), which if t1...tn are non-ground
// (alf.nil_of f t1 ... tn), which if t1...tn are non-ground
// will evaluate to the proper nil terminator when
// instantiated.
curr = mkExprInternal(Kind::EVAL_NIL_OF, vchildren);
Expand Down

0 comments on commit dd206f1

Please sign in to comment.