Skip to content

Commit 939c07e

Browse files
authored
Update store.rs
1 parent 458e1f0 commit 939c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ostree-ext/src/container/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! # Extension of encapsulation support
44
//!
55
//! This code supports ingesting arbitrary layered container images from an ostree-exported
6-
//! base. See [`encapsulate`][`super::encapsulate()`] for more information on encaspulation of images.
6+
//! base. See [`encapsulate`][`super::encapsulate()`] for more information on encapsulation of images.
77
88
use super::*;
99
use crate::chunking::{self, Chunk};

0 commit comments

Comments
 (0)