Skip to content

Commit 0901c85

Browse files
author
L. Grondin
committed
Merge branch 'master' of github.com:perl6/specs
2 parents fc7aeb0 + 616a6ad commit 0901c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S28-special-names.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ If a column has a "-" in it, it means that item is unavailable in that version o
192192
$. $NR $*IN.ins()
193193
$/ $RS $*IN.input-line-separator()
194194
$| $*OUT.autoflush()
195-
$, $OFS $*OUT.output_field_separator()
196-
$\ $*OUT.output_record_separator()
195+
$, $OFS $*OUT.output-field-separator()
196+
$\ $*OUT.output-record-separator()
197197
$" $LIST_SEPARATOR -
198198
$; $SUBSEP -
199199
$$ $PID $*PID

0 commit comments

Comments
 (0)