Skip to content

Commit 8af1dd3

Browse files
committed
[flang][docs] Fix typo in array description
1 parent 04b87e1 commit 8af1dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/FortranForCProgrammers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ where type is not necessary.
127127
Arrays are not types in Fortran.
128128
Being an array is a property of an object or function, not of a type.
129129
Unlike C, one cannot have an array of arrays or an array of pointers,
130-
although can can have an array of a derived type that has arrays or
130+
although one can have an array of a derived type that has arrays or
131131
pointers as components.
132132
Arrays are multidimensional, and the number of dimensions is called
133133
the _rank_ of the array.

0 commit comments

Comments
 (0)