Skip to content

Commit ec846df

Browse files
Mxfg-incenseIanWood1
authored andcommitted
[flang][docs] Fix typo in array description (llvm#135908)
@klausler I think there's an extra "can" here that should be changed to "one"
1 parent b2fb032 commit ec846df

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)