File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
Exceptions in Perl 6 are objects that hold information about errors. An
8
8
error can be, for example, the unexpected receiving of data or a network
9
9
connection no longer available, or a missing file. The information that
10
- an exception object store is, for instance, a human-readable message
10
+ an exception object stores is, for instance, a human-readable message
11
11
about the error condition, the backtrace of the raising of the error,
12
12
and so on.
13
13
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ these two routines are for you.
80
80
81
81
The code above creates a file named C < my-file.txt > in the current directory
82
82
and then writes text C < I ♥ Perl! > into it. If Perl 6 is your first language,
83
- celebrate your accomplishment! Try to open the file you created with some
83
+ celebrate your accomplishment! Try to open the file you created with a
84
84
text editor to verify what you wrote with your program. If you already know
85
85
some other language, you may be wondering if this guide missed anything like
86
86
handling encoding or error conditions.
You can’t perform that action at this time.
0 commit comments