Skip to content

Commit 26734fe

Browse files
committed
Fix a typo
1 parent 0fb9b38 commit 26734fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/02-example.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ subtest_buffered krippendorf_1980 => sub {
6161

6262
$sk->delta(\&Statistics::Krippendorff::delta_ordinal);
6363
is $sk->alpha, float(0.815, precision => 3),
64-
'oridnal';
64+
'ordinal';
6565

6666
$sk->delta(\&Statistics::Krippendorff::delta_ratio);
6767
is $sk->alpha, float(0.797, precision => 3),

0 commit comments

Comments
 (0)