Skip to content

Commit

Permalink
typos from Will Byrd
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelleisen committed Jun 20, 2019
1 parent b5e6f46 commit f90261a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Macros/task-2.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env gracket
#lang racket/gui

;; a bi-dorectional temperature converter (Fahrenheit vs Celsius]
;; a bi-directional temperature converter (Fahrenheit vs Celsius)

(require 7GUI/Macros/7guis 7GUI/Macros/7state)

Expand Down
2 changes: 1 addition & 1 deletion Typed/task-2.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env gracket
#lang typed/racket/gui

;; a bi-dorectional temperature converter (Fahrenheit vs Celsius]
;; a bi-directional temperature converter (Fahrenheit vs Celsius)

;; ---------------------------------------------------------------------------------------------------
(require 7GUI/Typed/from-string)
Expand Down
4 changes: 2 additions & 2 deletions task-2.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env gracket
#lang racket/gui

;; a bi-dorectional temperature converter (Fahrenheit vs Celsius]
;; a bi-directional temperature converter (Fahrenheit vs Celsius)

(define *C 0)
(define *F 0)
Expand All @@ -28,4 +28,4 @@
(define F-field (field "0" " = fahrenheit:" fahrenheit->celsius))

(celsius->fahrenheit C-field 'start-me-up)
(send frame show #t)
(send frame show #t)

0 comments on commit f90261a

Please sign in to comment.