CI: use latest typos (#7595)
This commit is contained in:
parent
30277233ce
commit
0281b95bd9
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check spelling of entire workspace
|
- name: Check spelling of entire workspace
|
||||||
uses: crate-ci/typos@v1.36.3
|
uses: crate-ci/typos@v1.38.0
|
||||||
|
|
||||||
lychee:
|
lychee:
|
||||||
name: lychee
|
name: lychee
|
||||||
|
|
|
||||||
|
|
@ -1193,7 +1193,7 @@ pub struct ViewportOutput {
|
||||||
/// since those don't result in real viewports.
|
/// since those don't result in real viewports.
|
||||||
pub class: ViewportClass,
|
pub class: ViewportClass,
|
||||||
|
|
||||||
/// The window attrbiutes such as title, position, size, etc.
|
/// The window attributes such as title, position, size, etc.
|
||||||
///
|
///
|
||||||
/// Use this when first constructing the native window.
|
/// Use this when first constructing the native window.
|
||||||
/// Also check for changes in it using [`ViewportBuilder::patch`],
|
/// Also check for changes in it using [`ViewportBuilder::patch`],
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ pub(crate) struct StripLayoutFlags {
|
||||||
pub(crate) selected: bool,
|
pub(crate) selected: bool,
|
||||||
pub(crate) overline: bool,
|
pub(crate) overline: bool,
|
||||||
|
|
||||||
/// Used when we want to accruately measure the size of this cell.
|
/// Used when we want to accurately measure the size of this cell.
|
||||||
pub(crate) sizing_pass: bool,
|
pub(crate) sizing_pass: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -913,7 +913,7 @@ impl GalleyCache {
|
||||||
debug_assert_eq!(
|
debug_assert_eq!(
|
||||||
child_hashes.len(),
|
child_hashes.len(),
|
||||||
child_galleys.len(),
|
child_galleys.len(),
|
||||||
"Bug in `layout_each_paragraph_individuallly`"
|
"Bug in `layout_each_paragraph_individually`"
|
||||||
);
|
);
|
||||||
let galley = Arc::new(Galley::concat(job, &child_galleys, pixels_per_point));
|
let galley = Arc::new(Galley::concat(job, &child_galleys, pixels_per_point));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue