Skip to content

Commit 65eb984

Browse files
authored
Merge pull request #240 from gifti258/patch-1
src/algorithm/reduce.rs: Fix typo
2 parents 7c44984 + be5e1ad commit 65eb984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithm/reduce.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ fn fold_recursive(
410410
if expected_sig != f.signature() {
411411
return Err(env.error(format!(
412412
"Fold's function's signature is {}, but its rank \
413-
lists suggests a signature of {}",
413+
list suggests a signature of {}",
414414
f.signature(),
415415
expected_sig
416416
)));

0 commit comments

Comments
 (0)