fix: simple typo in compiler directory
This commit is contained in:
parent
fdf61d499c
commit
2575196152
2 changed files with 2 additions and 2 deletions
|
@ -547,7 +547,7 @@ impl<D: Deps> EncoderState<D> {
|
|||
/// Encodes a node that was promoted from the previous graph. It reads the information directly from
|
||||
/// the previous dep graph for performance reasons.
|
||||
///
|
||||
/// This differs from `encode_node` where you have to explictly provide the relevant `NodeInfo`.
|
||||
/// This differs from `encode_node` where you have to explicitly provide the relevant `NodeInfo`.
|
||||
///
|
||||
/// It expects all edges to already have a new dep node index assigned.
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue