From 1a9338ee1a63a15bd589264e64bd9395dad3f6bc Mon Sep 17 00:00:00 2001 From: Ineiev Date: Fri, 25 Apr 2025 07:33:52 +0000 Subject: [PATCH] * c.texi (Intertwined Incomplete Types): Drop spurious 'Thus,' --- c.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c.texi b/c.texi index d79957f..1c6432e 100644 --- a/c.texi +++ b/c.texi @@ -6987,8 +6987,7 @@ definition for the structure type. When several structure types contain pointers to each other, you can define the types in any order because pointers to types that come -later are incomplete types. Thus, -Here is an example. +later are incomplete types. Here is an example. @example /* @r{An employee record points to a group.} */