From 304ae01eec6ded19169c06641023660637a63ccb Mon Sep 17 00:00:00 2001 From: Coke Date: Sat, 13 Oct 2018 15:00:52 -0400 Subject: [PATCH] whitespace --- doc/Language/create-cli.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/create-cli.pod6 b/doc/Language/create-cli.pod6 index 185bdebe0..3f6496d23 100644 --- a/doc/Language/create-cli.pod6 +++ b/doc/Language/create-cli.pod6 @@ -379,7 +379,7 @@ undocumented interface will continue to function until C. From v6.d onward, the use of the undocumented API will cause a DEPRECATED message. Ecosystem modules can provide both the new and the old interface for -compatibility with older versions of Perl 6: if a newer Perl 6 recognizes +compatibility with older versions of PerlĀ 6: if a newer PerlĀ 6 recognizes the new (documented) interface, it will use that. If there is no new interface subroutine available, but the old C interface is, then it will use the old interface.