We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766f530 commit 74dec21Copy full SHA for 74dec21
1 file changed
www/notes/1/ocaml-to-racket.scrbl
@@ -1137,9 +1137,9 @@ This code follows a coding style that we will use in this course:
1137
@item{it's organized in a module,}
1138
@item{data type definitions occur at the top of the file,}
1139
@item{it uses a test submodule to group unit tests,}
1140
-@item{tests occur immediate after the functions they test,}
+@item{tests occur immediately after the functions they test,}
1141
@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).}
+@item{indentation follows standard conventions (which DrRacket can apply for you).}
1143
]
1144
1145
From the command line, you can run a module's tests using the Racket
0 commit comments