diff --git a/doc/Language/functions.pod b/doc/Language/functions.pod index 217793157..7dcf6d04e 100644 --- a/doc/Language/functions.pod +++ b/doc/Language/functions.pod @@ -644,7 +644,7 @@ a 1; # Int 1\n Any 1 =end code As mentioned earlier, multi subs are not the only situation in which -C>, C>, C> and C> can be helpful. +I>, I>, I> and I> can be helpful. One is is for dispatching to wrapped routines: =begin code diff --git a/doc/Language/typesystem.pod b/doc/Language/typesystem.pod index ed3199cec..74ace6168 100644 --- a/doc/Language/typesystem.pod +++ b/doc/Language/typesystem.pod @@ -38,7 +38,7 @@ TODO =head2 C -A C> declares a new type that will re-dispatch to its base type. If a +A I> declares a new type that will re-dispatch to its base type. If a C clause is supplied any assignment will be checked against the given code object.