diff --git a/doc/Language/classtut.pod6 b/doc/Language/classtut.pod6 index 00a12748d..529aaeb4f 100644 --- a/doc/Language/classtut.pod6 +++ b/doc/Language/classtut.pod6 @@ -281,7 +281,7 @@ In this case, using C might be the easiest way to initialize the C<$.ID> field and increment the value of the counter at the same time. C, through C, will invoke the default C, assigning the values to their properties correctly. You can obtain the same effect using C, which is -considered a more I way. Please check +considered a more I way. Please check L for an alternative example on how to do this.