Skip to content

Commit

Permalink
Replace String by CharacterSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilaire Fernandes committed Jul 30, 2024
1 parent f951e12 commit b17db7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/chapter-10/contents.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Now, you can @kbd{Ctrl-a} (@emph{select @b{A}ll}) and @kbd{Ctrl-p}

@cindex file
@cindex string @subentry file entry
@cuisNote{The @class{String} class has several method category names
@cuisNote{The @class{CharacterSequence} class has several method category names
starting with @label{fileman-} for converting pathnames (system names
for files and directories) into @class{FileEntry} and
@class{DirectoryEntry} objects. @method{String>>asFileEntry} gives
@class{DirectoryEntry} objects. @method{CharacterSequence>>asFileEntry} gives
examples.}

Now that we know what to expect, let us step through processing of the code
Expand Down

0 comments on commit b17db7f

Please sign in to comment.