Skip to content

Commit

Permalink
Update primer to not mention 'readWriteThis'
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Harshbarger <ben.harshb@gmail.com>
  • Loading branch information
benharsh committed Jun 14, 2022
1 parent 44c94bb commit f3a18d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/release/examples/primers/specialMethods.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ myD += myR;
// The ``writeThis`` method defines how to write an instance of R to a
// channel. We'll write the ``vals`` tuple between asterisks. See section
// :ref:`readThis-writeThis-readWriteThis` for more information on the
// ``writeThis``, ``readThis``, and ``readWriteThis`` methods.
// ``writeThis`` and ``readThis`` methods.

use IO; // required for file operations

Expand Down

0 comments on commit f3a18d6

Please sign in to comment.