From 459d2ebc21c2e54d52ebdf6a924ddfd4ad84f6b8 Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 9 Feb 2023 11:14:47 -0500 Subject: [PATCH] wgsl: Fix capitalization of section headers (#3817) --- wgsl/index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgsl/index.bs b/wgsl/index.bs index 14af30e08f..708887a219 100644 --- a/wgsl/index.bs +++ b/wgsl/index.bs @@ -547,7 +547,7 @@ A [=shader-creation error=] results if: * the entire source text cannot be converted into a finite sequence of valid tokens, or * the [=syntax/translation_unit=] grammar rule does not match the entire token sequence. -## Blankspace and line breaks ## {#blankspace-and-line-breaks} +## Blankspace and Line Breaks ## {#blankspace-and-line-breaks} Blankspace is any combination of one or more of code points from the Unicode [=Unicode Standard Annex #31 for Unicode Version 14.0.0|Pattern_White_Space=] property. @@ -15263,7 +15263,7 @@ Use token definitions from the main part of the specification. path: wgsl.recursive.bs.include -# Appendix A: The `text/wgsl` media type # {#text-wgsl-media-type} +# Appendix A: The `text/wgsl` Media Type # {#text-wgsl-media-type} The Internet Assigned Numbers Authority (IANA) maintains a registry of media types, at [[IANA-MEDIA-TYPES]].