[flang-commits] [flang] [flang][docs] Fix typo in array description (PR #135822)
Yang Zaizhou via flang-commits
flang-commits at lists.llvm.org
Tue Apr 15 10:34:06 PDT 2025
https://github.com/Mxfg-incense created https://github.com/llvm/llvm-project/pull/135822
None
>From 38321844350d9595968dc8613514749fdd2e483a Mon Sep 17 00:00:00 2001
From: Yang Zaizhou <91008302+Mxfg-incense at users.noreply.github.com>
Date: Wed, 16 Apr 2025 01:32:50 +0800
Subject: [PATCH] [flang][docs] Fix typo in array description
---
flang/docs/FortranForCProgrammers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/docs/FortranForCProgrammers.md b/flang/docs/FortranForCProgrammers.md
index 50c83ed7e9bfe..135e6b71711d3 100644
--- a/flang/docs/FortranForCProgrammers.md
+++ b/flang/docs/FortranForCProgrammers.md
@@ -127,7 +127,7 @@ where type is not necessary.
Arrays are not types in Fortran.
Being an array is a property of an object or function, not of a type.
Unlike C, one cannot have an array of arrays or an array of pointers,
-although can can have an array of a derived type that has arrays or
+although one can have an array of a derived type that has arrays or
pointers as components.
Arrays are multidimensional, and the number of dimensions is called
the _rank_ of the array.
More information about the flang-commits
mailing list