heh
Diffstat (limited to 'src/util.rs')
-rw-r--r--src/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs
index 5905ee6..099cd6a 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -1146,7 +1146,7 @@ pub fn even(x: &usize) -> bool {
impl<T, I: Iterator<Item = T>> GreekTools<T> for I {
#[cfg_attr(debug_assertions, track_caller)]
fn Δ(&mut self) -> T {
- self.next().α()
+ self.next().ψ()
}
fn ν<const N: usize>(&mut self, into: &mut [T; N]) -> usize {