Skip to content

Commit

Permalink
Fix up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed May 23, 2018
1 parent bb86d72 commit bf3bc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ crate fn parse_from_program(
};
}

// commonly reserved for
// commonly used to emit `invalidates` at Start points, like some rustc features do
for effect in &statement.effects_start {
emit_effect(&mut facts, effect, start, tables);
}
Expand Down

0 comments on commit bf3bc71

Please sign in to comment.