From d1a25ac3b653fded0016f02f34ebcc31ef283500 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Sat, 21 Mar 2015 16:17:38 +0000 Subject: [PATCH] correct text --- S03-operators/arith.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S03-operators/arith.t b/S03-operators/arith.t index fcd3554ba1..2f96884543 100644 --- a/S03-operators/arith.t +++ b/S03-operators/arith.t @@ -248,7 +248,7 @@ is 2 ** 2 ** 3, 256, 'infix:<**> is right associative'; skip "NetBSD PR lib/49240"; } else { - is 1**Inf, 1, "1.1**Inf diverges towards Inf"; + is 1**Inf, 1, "1**Inf diverges towards Inf"; } }