Skip to content

Commit d05d490

Browse files
authored
Merge pull request #1367 from kilavvy/main
Fix Typo in Documentation and Improve Iterator Comment Clarity
2 parents 9b72f1a + 91b6448 commit d05d490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/relationship-particles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Here, we circle back to [composefs](https://github.com/containers/composefs). O
211211
think of composefs as effectively a way to manage something like dm-verity, but using
212212
files.
213213

214-
What bootc builds on top of that is to target a specfic container image rootfs
214+
What bootc builds on top of that is to target a specific container image rootfs
215215
that is part of the "physical" root. Today, this is implemented again using ostree, via the `ostree=` kernel commandline argument. In the future, it is likely to be a `bootc.image`.
216216
However, integration with other bootloaders (such as Android Boot) require us to interact
217217
with externally-specified fixed kernel arguments.

utils/src/iterators.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::num::NonZeroUsize;
22

3-
/// Given an iterator that's clonable, split it into two iterators
3+
/// Given an iterator that's cloneable, split it into two iterators
44
/// at a given maximum number of elements.
55
pub fn iterator_split<I>(
66
it: I,

0 commit comments

Comments
 (0)