[flang-commits] [flang] [flang][docs] Correct the title in Unsigned.md (PR #171553)

KAWASHIMA Takahiro via flang-commits flang-commits at lists.llvm.org
Tue Dec 9 17:52:34 PST 2025


https://github.com/kawashima-fj created https://github.com/llvm/llvm-project/pull/171553

Probablly the original author copied `Extensions.md` and forgot to change the title.

>From f402f98a7661557466dd9c9c8fb95a62a186fdf6 Mon Sep 17 00:00:00 2001
From: KAWASHIMA Takahiro <t-kawashima at fujitsu.com>
Date: Wed, 10 Dec 2025 10:45:40 +0900
Subject: [PATCH] [flang][docs] Correct the title in Unsigned.md

---
 flang/docs/Unsigned.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flang/docs/Unsigned.md b/flang/docs/Unsigned.md
index 5c90e2aa185bc..5815822cd53ad 100644
--- a/flang/docs/Unsigned.md
+++ b/flang/docs/Unsigned.md
@@ -6,7 +6,7 @@
   
 -->
 
-# Fortran Extensions supported by Flang
+# Flang support for UNSIGNED type
 
 ```{contents}
 ---



More information about the flang-commits mailing list