Skip to content

Commit 911f6a1

Browse files
committed
Deletes tabs
1 parent ea96840 commit 911f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ class Journey does Notable {
721721
}
722722
723723
my $trip = Journey.new( :origin<Here>, :destination<There>,
724-
travelers => <þor Freya> );
724+
travelers => <þor Freya> );
725725
726726
$trip.notes("First steps");
727727
notes $trip: "Almost there";

0 commit comments

Comments
 (0)