Skip to content

Commit 74dec21

Browse files
committed
Typos.
1 parent 766f530 commit 74dec21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/notes/1/ocaml-to-racket.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,9 +1137,9 @@ This code follows a coding style that we will use in this course:
11371137
@item{it's organized in a module,}
11381138
@item{data type definitions occur at the top of the file,}
11391139
@item{it uses a test submodule to group unit tests,}
1140-
@item{tests occur immediate after the functions they test,}
1140+
@item{tests occur immediately after the functions they test,}
11411141
@item{functions are annotated with type signatures and short purpose statements, and}
1142-
@item{indentation is follows standard conventions (which DrRacket can apply for you).}
1142+
@item{indentation follows standard conventions (which DrRacket can apply for you).}
11431143
]
11441144

11451145
From the command line, you can run a module's tests using the Racket

0 commit comments

Comments
 (0)