Skip to content

Commit

Permalink
Fix documentation comments for proc::Layouter::update. (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy authored Sep 15, 2023
1 parent 266634e commit df8107b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/proc/layouter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ impl Layouter {
self.layouts.clear();
}

/// Extend this `Layouter` with layouts for any new entries in `types`.
/// Extend this `Layouter` with layouts for any new entries in `gctx.types`.
///
/// Ensure that every type in `types` has a corresponding [TypeLayout] in
/// [`self.layouts`].
/// Ensure that every type in `gctx.types` has a corresponding [TypeLayout]
/// in [`self.layouts`].
///
/// Some front ends need to be able to compute layouts for existing types
/// while module construction is still in progress and new types are still
Expand Down

0 comments on commit df8107b

Please sign in to comment.