From bf6860719c557e2f76d4dcb6639d98f795badd20 Mon Sep 17 00:00:00 2001 From: poisnada Date: Sun, 13 Jul 2025 10:26:31 -0300 Subject: [PATCH] standardizes the reference to the metamodel #4201 --- doc/Type/Metamodel/ConcreteRoleHOW.rakudoc | 4 ++-- doc/Type/Metamodel/CurriedRoleHOW.rakudoc | 4 ++-- doc/Type/Metamodel/ParametricRoleGroupHOW.rakudoc | 4 ++-- doc/Type/Metamodel/ParametricRoleHOW.rakudoc | 5 ++--- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/Type/Metamodel/ConcreteRoleHOW.rakudoc b/doc/Type/Metamodel/ConcreteRoleHOW.rakudoc index 09b3e429f..0bde92abd 100644 --- a/doc/Type/Metamodel/ConcreteRoleHOW.rakudoc +++ b/doc/Type/Metamodel/ConcreteRoleHOW.rakudoc @@ -32,7 +32,7 @@ The main difference with L|/type/Metamodel::ClassHOW#method_new_type> is that you can mix-in roles in this newly created one. -This class is Rakudo specific, and provided only for completeness. Not really -intended to be used by the final user. +I: this class is part of the Rakudo implementation, and is not +a part of the language specification. =end pod diff --git a/doc/Type/Metamodel/CurriedRoleHOW.rakudoc b/doc/Type/Metamodel/CurriedRoleHOW.rakudoc index 2dcab2590..11c0167a6 100644 --- a/doc/Type/Metamodel/CurriedRoleHOW.rakudoc +++ b/doc/Type/Metamodel/CurriedRoleHOW.rakudoc @@ -62,7 +62,7 @@ a single parameter an instantiated role will also be of the same type: role Zape[::T] {}; say Zape[Int].HOW; #: «Perl6::Metamodel::CurriedRoleHOW.new␤» -I: As most of the C classes, this class is here mainly for -illustration purposes and it's not intended for the final user to instantiate. +I: As with most of the C classes, this one is mainly for illustration +purposes and is not intended for the end user to instantiate. =end pod diff --git a/doc/Type/Metamodel/ParametricRoleGroupHOW.rakudoc b/doc/Type/Metamodel/ParametricRoleGroupHOW.rakudoc index 9ba35ec9d..2a622bde6 100644 --- a/doc/Type/Metamodel/ParametricRoleGroupHOW.rakudoc +++ b/doc/Type/Metamodel/ParametricRoleGroupHOW.rakudoc @@ -28,7 +28,7 @@ my \zape := Metamodel::ParametricRoleGroupHOW.new_type( name => "zape"); my \zipi := Metamodel::ParametricRoleHOW.new_type( name => "zipi", group => zape); say zipi.HOW; # OUTPUT: «Perl6::Metamodel::ParametricRoleHOW.new␤» -I: As most of the C classes, this class is here mainly for -illustration purposes and it's not intended for the final user to instantiate. +I: As with most of the C classes, this one is mainly for illustration +purposes and is not intended for the end user to instantiate. =end pod diff --git a/doc/Type/Metamodel/ParametricRoleHOW.rakudoc b/doc/Type/Metamodel/ParametricRoleHOW.rakudoc index f520905e5..13d676f52 100644 --- a/doc/Type/Metamodel/ParametricRoleHOW.rakudoc +++ b/doc/Type/Metamodel/ParametricRoleHOW.rakudoc @@ -39,8 +39,7 @@ say zipi.HOW; # OUTPUT: «Perl6::Metamodel::ParametricRoleHOW.new␤» The extra C argument will need to be used to integrate it in a parametric role group, which will need to be defined in advance. -I: As most of the C classes, this one is here mainly for -illustration purposes and it's not intended for the final user to instantiate, -unless their intention is really to create a parametric role group. +I: As with most of the C classes, this one is mainly for illustration +purposes and is not intended for the end user to instantiate. =end pod