[flang-commits] [flang] [flang][docs][NFC] Remove stray backtick (PR #154974)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 22 09:08:17 PDT 2025
https://github.com/Rageking8 created https://github.com/llvm/llvm-project/pull/154974
Remove stray backtick introduced in commit https://github.com/llvm/llvm-project/commit/10cd0e7a8bdcd80c0b017f8d0b6b71dd61973b54.
>From f40330607989bef8c0692cdda01184fb750471e4 Mon Sep 17 00:00:00 2001
From: Rageking8 <106309953+Rageking8 at users.noreply.github.com>
Date: Sat, 23 Aug 2025 00:06:59 +0800
Subject: [PATCH] [flang][docs][NFC] Remove stray backtick
---
flang/docs/FortranLLVMTestSuite.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/docs/FortranLLVMTestSuite.md b/flang/docs/FortranLLVMTestSuite.md
index 611e03cbad0eb..8d9daa45ffbcc 100644
--- a/flang/docs/FortranLLVMTestSuite.md
+++ b/flang/docs/FortranLLVMTestSuite.md
@@ -72,4 +72,4 @@ The tests will be run automatically if the test suite is built following the
instructions described [above](#running-the-llvm-test-suite-with-fortran).
There are additional configure-time options that can be used with the gfortran
tests. More details about those options and their purpose can be found in
-[`Fortran/gfortran/README.md`](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/README.md)`.
+[`Fortran/gfortran/README.md`](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/README.md).
More information about the flang-commits
mailing list