Skip to content

Commit abdb0ab

Browse files
theabrowarrickball
authored andcommitted
Update episodes/02-basics.Rmd
Co-authored-by: Warrick Ball <warrickball@gmail.com>
1 parent e20bcb7 commit abdb0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/02-basics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and functions, as well as names for variables.
5555

5656
### The `implicit` statement
5757

58-
By default, variables in fortran do not need to be declared a specific type, they
58+
By default, variables in Fortran do not need to be declared a specific type, they
5959
can just be used within the code. Variables with names beginning with letters `i-n` are implicitly
6060
of type `integer`, while anything else is of type `real` (unless explicitly declared otherwise).
6161

0 commit comments

Comments
 (0)