summaryrefslogtreecommitdiff
path: root/src/layout/incremental.rs
diff options
context:
space:
mode:
authorMartin <mhaug@live.de>2021-06-27 17:08:40 +0200
committerGitHub <noreply@github.com>2021-06-27 17:08:40 +0200
commit57bd3e23c79878d106ab8be17c71caca6c4f5a7c (patch)
tree0eb5fd53d66299de17ac49a608e5aa44b6411aaf /src/layout/incremental.rs
parent6b6cdae7ce95681d6a1194be70b375494166a8c6 (diff)
Apply suggestions from code review
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'src/layout/incremental.rs')
-rw-r--r--src/layout/incremental.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/incremental.rs b/src/layout/incremental.rs
index e1d1ffba..953b76be 100644
--- a/src/layout/incremental.rs
+++ b/src/layout/incremental.rs
@@ -101,7 +101,7 @@ pub struct FramesEntry {
/// How nested the frame was in the context is was originally appearing in.
pub level: usize,
/// How much the element was accessed during the last five compilations, the
- /// most current one being the last element. `None` variants indicate that
+ /// most recent one being the last element. `None` variants indicate that
/// the element is younger than five compilations.
temperature: [Option<usize>; 5],
}