Skip to content

Commit 18180a9

Browse files
committed
fixups
Signed-off-by: J Robert Ray <jrray@jrray.org>
1 parent 7ae948e commit 18180a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/spk-build/src/build/binary.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ where
117117
///
118118
/// ```no_run
119119
/// # use spk_schema::{recipe, foundation::option_map};
120-
/// # use spk_solve::Solver;
120+
/// # use spk_solve::StepSolver;
121121
/// # async fn demo() {
122-
/// spk_build::BinaryPackageBuilder::<_, Solver>::from_recipe(recipe!({
122+
/// spk_build::BinaryPackageBuilder::<_, StepSolver>::from_recipe(recipe!({
123123
/// "pkg": "my-pkg",
124124
/// "build": {"script": "echo hello, world"},
125125
/// }))

0 commit comments

Comments
 (0)