Fix typo in docs
This commit is contained in:
parent
22bc9e1d9c
commit
f33d94d88f
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ pub trait Analysis<'tcx>: BottomValue {
|
|||
location: Location,
|
||||
);
|
||||
|
||||
/// Updates the current dataflow state with the effect of evaluating a statement.
|
||||
/// Updates the current dataflow state with the effect of evaluating a terminator.
|
||||
///
|
||||
/// Note that the effect of a successful return from a `Call` terminator should **not** be
|
||||
/// acounted for in this function. That should go in `apply_call_return_effect`. For example,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue