Skip to content

Commit 03fdaf2

Browse files
committed
Merge pull request #472 from tbrowder/master
correct spelling; add closing comma for use of 'i.e.' which is a pare…
2 parents 097b496 + aace8d3 commit 03fdaf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/terms.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ more details.
111111
There are built-in identifier terms in Perl 6, which are listed below. In
112112
addition one can add new identifier terms with the syntax:
113113
114-
sub term:<fourty-two> { 42 };
115-
say fourty-two
114+
sub term:<forty-two> { 42 };
115+
say forty-two
116116
117117
or as constants:
118118
@@ -140,13 +140,13 @@ Returns a pseudo-random L<Num> in the range C<0..^1>.
140140
=head2 term π
141141
=head2 term pi
142142
143-
Returns the number C<π>, i.e. the ratio between circumference and diameter
143+
Returns the number C<π>, i.e., the ratio between circumference and diameter
144144
of a circle. C<pi> is the Texas (ASCII) equivalent of C<π>.
145145
146146
=head2 term τ
147147
=head2 term tau
148148
149-
Returns the number C<τ>, i.e. the ratio between circumference and radius
149+
Returns the number C<τ>, i.e., the ratio between circumference and radius
150150
of a circle. C<tau> is the Texas (ASCII) equivalent of C<τ>.
151151
152152
=head2 term e

0 commit comments

Comments
 (0)