From b3438e287b034d1dd31ec378b235b6ca3b795e92 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Mon, 16 Sep 2019 08:00:50 +0200 Subject: [PATCH] Fixes word-variants refs #3024 --- doc/Type/Metamodel/AttributeContainer.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Type/Metamodel/AttributeContainer.pod6 b/doc/Type/Metamodel/AttributeContainer.pod6 index d5f38ea1c..2faf5c651 100644 --- a/doc/Type/Metamodel/AttributeContainer.pod6 +++ b/doc/Type/Metamodel/AttributeContainer.pod6 @@ -38,7 +38,7 @@ in has $.y; } -The C trait on the class calls the C method on the meta class, +The C trait on the class calls the C method on the metaclass, making all the attributes implicitly writable, so that you can write; =begin code :preamble