Skip to content

Commit c19f859

Browse files
committed
fix typo
1 parent e89d136 commit c19f859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linear_relation/collections.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl<G: Group, A: AsRef<[(ScalarVar<G>, G::Scalar)]>> ScalarAssignments<G> for A
290290
}
291291
}
292292

293-
/// An uninhabited type used to elide the type paramter on [UnassignedScalarVarError] and
293+
/// An uninhabited type used to elide the type parameter on [UnassignedScalarVarError] and
294294
/// [UnassignedGroupVarError].
295295
#[derive(Copy, Clone, Debug)]
296296
enum Elided {}

0 commit comments

Comments
 (0)