Skip to content

Commit 5c94a60

Browse files
committed
Fix typo
1 parent 3e86126 commit 5c94a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/example/patches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::patch::FilePatch;
55
use anyhow::{Context, Result};
66
use std::{collections::BTreeMap, sync::LazyLock};
77

8-
/// Map of patches keyed by name, with the file patches and and optional TOML patch
8+
/// Map of patches keyed by name, with the file patches and an optional TOML patch
99
type PatchMap = BTreeMap<&'static str, (Vec<FilePatch>, Option<String>)>;
1010

1111
/// The patches, keyed by name

0 commit comments

Comments
 (0)