We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce22aae commit 879b9cfCopy full SHA for 879b9cf
doc/Language/nativecall.rakudoc
@@ -902,7 +902,7 @@ or C<CPointer>.
902
903
sub explicitly-manage($str) is export(:DEFAULT)
904
905
-This returns a C<CStr> object for the given L<C<Str>|/type/Str>. If the string returned is
+This returns an object for the given L<C<Str>|/type/Str>. If the string returned is
906
passed to a NativeCall subroutine, it will not be freed by the runtime's
907
garbage collector.
908
doc/Type/Nil.rakudoc
@@ -2,7 +2,7 @@
2
3
=TITLE class Nil
4
5
-=SUBTITLE Absence of a value or a benign failure
+=SUBTITLE Absence of a value
6
7
class Nil is Cool { }
8
0 commit comments