From 7913c42fd7325f7c89534a5922819a319668f7c7 Mon Sep 17 00:00:00 2001 From: Coke Date: Wed, 29 Aug 2018 22:39:09 -0400 Subject: [PATCH] whitespace --- doc/Language/typesystem.pod6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Language/typesystem.pod6 b/doc/Language/typesystem.pod6 index 7097f70b8..3465aa88f 100644 --- a/doc/Language/typesystem.pod6 +++ b/doc/Language/typesystem.pod6 @@ -795,8 +795,8 @@ as a value. =head2 C -Modules are usually one or more source files that expose Perl 6 constructs, such as classes, roles, grammars, subroutines and variables. -Modules are usually used for distributing Perl 6 code as libraries which can be used in another Perl 6 programme. +Modules are usually one or more source files that expose Perl 6 constructs, such as classes, roles, grammars, subroutines and variables. +Modules are usually used for distributing Perl 6 code as libraries which can be used in another Perl 6 programme. For a full explanation see L.