We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e86126 commit 5c94a60Copy full SHA for 5c94a60
1 file changed
src/example/patches.rs
@@ -5,7 +5,7 @@ use crate::patch::FilePatch;
5
use anyhow::{Context, Result};
6
use std::{collections::BTreeMap, sync::LazyLock};
7
8
-/// Map of patches keyed by name, with the file patches and and optional TOML patch
+/// Map of patches keyed by name, with the file patches and an optional TOML patch
9
type PatchMap = BTreeMap<&'static str, (Vec<FilePatch>, Option<String>)>;
10
11
/// The patches, keyed by name
0 commit comments