Skip to content

Commit 7b5e7a8

Browse files
alex-conwaymfelleisen
authored andcommitted
Fix typo in comment for a helper function
Fix typo: Striing -> String
1 parent 4ab2aea commit 7b5e7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdp-doc/scribblings/htdp-langs/prim-ops.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Note how @racket[random] is called on the same numbers in the same order in
399399
(define (create-randomly-placed-player name)
400400
(a-helper-function name (random HEIGHT)))
401401

402-
;; Striing Number -> Player
402+
;; String Number -> Player
403403
(define (a-helper-function name height)
404404
(make-player name (random WIDTH) height))
405405
))

0 commit comments

Comments
 (0)