Skip to content

Commit 83ec926

Browse files
committed
s/hilight/highlight/
1 parent 0aa46b0 commit 83ec926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

htmlify.p6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,13 +730,13 @@ def p6format(code):
730730
$py;
731731
}
732732
if $py {
733-
say "Using syntax hilight using Inline::Python";
733+
say "Using syntax highlighting via Inline::Python";
734734
}
735735

736736
%*POD2HTML-CALLBACKS = code => sub (:$node, :&default) {
737737
for @($node.contents) -> $c {
738738
if $c !~~ Str {
739-
# some nested formatting code => we can't hilight this
739+
# some nested formatting code => we can't highlight this
740740
return default($node);
741741
}
742742
}

0 commit comments

Comments
 (0)