Skip to content

Commit 879b9cf

Browse files
committed
Remove confusing Nil description
Part of #3760
1 parent ce22aae commit 879b9cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/nativecall.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ or C<CPointer>.
902902

903903
sub explicitly-manage($str) is export(:DEFAULT)
904904

905-
This returns a C<CStr> object for the given L<C<Str>|/type/Str>. If the string returned is
905+
This returns an object for the given L<C<Str>|/type/Str>. If the string returned is
906906
passed to a NativeCall subroutine, it will not be freed by the runtime's
907907
garbage collector.
908908

doc/Type/Nil.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=TITLE class Nil
44

5-
=SUBTITLE Absence of a value or a benign failure
5+
=SUBTITLE Absence of a value
66

77
class Nil is Cool { }
88

0 commit comments

Comments
 (0)