Skip to content

Commit a174105

Browse files
committed
e.g., not eg
1 parent c83fe47 commit a174105

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ C<#perl6> channel of C<irc.freenode.org>. Currently available bots are:
282282
=head2 camelia
283283
X<|camelia>
284284
285-
The L<#Bot> on the #perl6 L<#IRC> channel that evaluates code, eg:
285+
The L<#Bot> on the #perl6 L<#IRC> channel that evaluates code, e.g.:
286286
287287
[16:28:27] <lizmat> m: say "Hello world"
288288
[16:28:28] <+camelia> rakudo-moar 812a48: OUTPUT«Hello world␤»

doc/Language/operators.pod6

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ assuming L<two's complement|https://en.wikipedia.org/wiki/Two%27s_complement>.
826826
827827
=head2 prefix C«~^»
828828
829-
Coerces the argument to a non-variable-encoding string buffer type (eg. C<buf8>, C<buf16>, C<buf32>)
829+
Coerces the argument to a non-variable-encoding string buffer type (e.g. C<buf8>, C<buf16>, C<buf32>)
830830
and then flips each bit in that buffer.
831831
832832
Please note that this has not yet been implemented.
@@ -945,20 +945,20 @@ Integer bit shift to the right.X<|integer bit shift operator,right>
945945
946946
=head2 infix C«~&»
947947
948-
Coerces each argument to a non-variable-encoding string buffer type (eg. C<buf8>, C<buf16>, C<buf32>)
948+
Coerces each argument to a non-variable-encoding string buffer type (e.g. C<buf8>, C<buf16>, C<buf32>)
949949
and then performs a numeric bitwise AND on corresponding integers of the two buffers, padding the
950950
shorter buffer with zeroes.
951951
952952
=head2 infix C«~<»
953953
954-
Coerces the left argument to a non-variable-encoding string buffer type (eg. C<buf8>, C<buf16>, C<buf32>)
954+
Coerces the left argument to a non-variable-encoding string buffer type (e.g. C<buf8>, C<buf16>, C<buf32>)
955955
and then performs a numeric bitwise left shift on the bits of the buffer.
956956
957957
Please note that this has not yet been implemented.
958958
959959
=head2 infix C«~>»
960960
961-
Coerces the left argument to a non-variable-encoding string buffer type (eg. C<buf8>, C<buf16>, C<buf32>)
961+
Coerces the left argument to a non-variable-encoding string buffer type (e.g. C<buf8>, C<buf16>, C<buf32>)
962962
and then performs a numeric bitwise right shift on the bits of the buffer.
963963
964964
Please note that this has not yet been implemented.
@@ -1027,13 +1027,13 @@ operation.
10271027
10281028
=head2 infix C«~|»
10291029
1030-
Coerces each argument to a non-variable-encoding string buffer type (eg. C<buf8>, C<buf16>, C<buf32>)
1030+
Coerces each argument to a non-variable-encoding string buffer type (e.g. C<buf8>, C<buf16>, C<buf32>)
10311031
and then performs a numeric bitwise OR on corresponding integers of the two buffers, padding the
10321032
shorter buffer with zeroes.
10331033
10341034
=head2 infix C«~^»
10351035
1036-
Coerces each argument to a non-variable-encoding string buffer type (eg. C<buf8>, C<buf16>, C<buf32>)
1036+
Coerces each argument to a non-variable-encoding string buffer type (e.g. C<buf8>, C<buf16>, C<buf32>)
10371037
and then performs a numeric bitwise XOR on corresponding integers of the two buffers, padding the
10381038
shorter buffer with zeroes.
10391039

0 commit comments

Comments
 (0)