Skip to content

Commit

Permalink
Fix Racket style
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpitg committed Jan 5, 2014
1 parent f542ed3 commit 17f4ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ vec ; => #(1 2 3 4)
;; Append to "/tmp/tmp.txt"
(define out-port (open-output-file "/tmp/tmp.txt"
#:exists 'append))
#:exists 'append))
(displayln "Hola mundo" out-port)
(close-output-port out-port)
Expand Down

0 comments on commit 17f4ff8

Please sign in to comment.