[llvm] [llvm][docs] Remove unnecessary apostrophe (PR #136844)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 06:23:21 PDT 2025
Filip =?utf-8?q?Pękala?= <272985 at student.pwr.edu.pl>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/136844 at github.com>
https://github.com/fpekal updated https://github.com/llvm/llvm-project/pull/136844
>From fd2acc49a18ddb0cf37aa1037ab8657aed215555 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20P=C4=99kala?= <272985 at student.pwr.edu.pl>
Date: Wed, 23 Apr 2025 12:24:00 +0200
Subject: [PATCH 1/2] [llvm][docs] Remove unnecessary apostrophe
---
llvm/docs/LangRef.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 9e78f317bd9ea..9ed5ae7acd432 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -178,7 +178,7 @@ High Level Structure
Module Structure
----------------
-LLVM programs are composed of ``Module``'s, each of which is a
+LLVM programs are composed of ``Module``s, each of which is a
translation unit of the input programs. Each module consists of
functions, global variables, and symbol table entries. Modules may be
combined together with the LLVM linker, which merges function (and
>From 8b2cd6dd4e50e407bbddb1135e657ab6290ff459 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20P=C4=99kala?= <272985 at student.pwr.edu.pl>
Date: Wed, 23 Apr 2025 15:06:16 +0200
Subject: [PATCH 2/2] Fix building of the docs
---
llvm/docs/LangRef.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 9ed5ae7acd432..a2362a4c2e52b 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -178,7 +178,7 @@ High Level Structure
Module Structure
----------------
-LLVM programs are composed of ``Module``s, each of which is a
+LLVM programs are composed of ``Modules``, each of which is a
translation unit of the input programs. Each module consists of
functions, global variables, and symbol table entries. Modules may be
combined together with the LLVM linker, which merges function (and
More information about the llvm-commits
mailing list