Skip to content

Commit dae7cdd

Browse files
committed
Correction of code tag
1 parent 823b2bd commit dae7cdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/starting_off_with_a_sha_bang.poly.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ exit $WHATEVER # Doesn't matter. The script will not exit here.
254254
# You'll get a 0, not a 85.
255255
}
256256

257-
Also, try starting a README file with a #!/bin/more, and making it
258-
executable. The result is a self-listing documentation file. (A
259-
◊emphasize{here document} using ◊@command{cat} is possibly a better
257+
Also, try starting a README file with a ◊code{#!/bin/more}, and making
258+
#it executable. The result is a self-listing documentation file. (A
259+
◊emphasize{here document} using ◊command{cat} is possibly a better
260260
alternative.
261261

262262
◊section{Modular approach}

0 commit comments

Comments
 (0)