From fe3dbabec77d2174f821a0c4d9f85aa256e9c5a9 Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Mon, 6 Jan 2025 12:09:15 -0500 Subject: [PATCH] Rename .md sections --- Documentation/ABI/TestContent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/TestContent.md b/Documentation/ABI/TestContent.md index 9d3abc54b..4626fab2f 100644 --- a/Documentation/ABI/TestContent.md +++ b/Documentation/ABI/TestContent.md @@ -35,7 +35,7 @@ section in built test products: `MemoryLayout.stride`. Code that walks this section must skip over this padding. -### Record headers +### Record layout Regardless of platform, all test content records created and discoverable by the testing library have the following layout: @@ -63,7 +63,7 @@ struct SWTTestContentRecord { }; ``` -### Record contents +### Record content #### The kind field