We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb9b38 commit 26734feCopy full SHA for 26734fe
t/02-example.t
@@ -61,7 +61,7 @@ subtest_buffered krippendorf_1980 => sub {
61
62
$sk->delta(\&Statistics::Krippendorff::delta_ordinal);
63
is $sk->alpha, float(0.815, precision => 3),
64
- 'oridnal';
+ 'ordinal';
65
66
$sk->delta(\&Statistics::Krippendorff::delta_ratio);
67
is $sk->alpha, float(0.797, precision => 3),
0 commit comments