From a563953e8e19ae24441e71c67bf836686a2be484 Mon Sep 17 00:00:00 2001 From: Graham Markall Date: Tue, 4 Mar 2025 15:59:20 +0000 Subject: [PATCH] Correct grammatical error in pointers docs --- docs/source/user-guide/ir/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/ir/types.rst b/docs/source/user-guide/ir/types.rst index 14d871132..be2765ea1 100644 --- a/docs/source/user-guide/ir/types.rst +++ b/docs/source/user-guide/ir/types.rst @@ -101,7 +101,7 @@ Pointer Types ============= The IR layer presently supports both *Typed Pointers* and *Opaque Pointers*. -Support for Typed Pointers will be eventually be removed. +Support for Typed Pointers will eventually be removed. .. note:: Further details of the migration to Opaque Pointers are outlined in the