Skip to content

Commit f33d94d

Browse files
Fix typo in docs
1 parent 22bc9e1 commit f33d94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/dataflow/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub trait Analysis<'tcx>: BottomValue {
7777
location: Location,
7878
);
7979

80-
/// Updates the current dataflow state with the effect of evaluating a statement.
80+
/// Updates the current dataflow state with the effect of evaluating a terminator.
8181
///
8282
/// Note that the effect of a successful return from a `Call` terminator should **not** be
8383
/// acounted for in this function. That should go in `apply_call_return_effect`. For example,

0 commit comments

Comments
 (0)