From ce54d64eb87b7f9ceb4f1e51e2aca69b3b169ae0 Mon Sep 17 00:00:00 2001 From: "Will \"Coke\" Coleda" Date: Wed, 26 Sep 2018 09:12:16 -0400 Subject: [PATCH] whitespace --- doc/Language/testing.pod6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Language/testing.pod6 b/doc/Language/testing.pod6 index a738b91eb..b03f2e6e8 100644 --- a/doc/Language/testing.pod6 +++ b/doc/Language/testing.pod6 @@ -9,8 +9,8 @@ Testing code is an integral part of software development. Tests provide automated, repeatable verifications of code behaviour, and ensures your code works as expected. -In Perl 6, the L module provides a testing framework, used also by Perl -6's official spectest suite. +In Perl 6, the L module provides a testing framework, used also by +Perl 6's official spectest suite. The testing functions emit output conforming to the L. In general, they are used in sink context: