Capitalize design docs headings (#12974)

[skip ci]
This commit is contained in:
MrBrain295 2021-03-08 16:20:47 -06:00 committed by GitHub
parent 49a9b70cb1
commit 4bd24a92ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Compiler assumptions # Compiler Assumptions
Babel and its associated official transforms make some assumptions about your code. These Babel and its associated official transforms make some assumptions about your code. These
assumptions are only made as they're either **impossible** to take into consideration or assumptions are only made as they're either **impossible** to take into consideration or

View File

@ -1,4 +1,4 @@
# Compiler environment support # Compiler Environment Support
**NOTE:** Compiler support does not dictate the runtime requirements of compiled code. **NOTE:** Compiler support does not dictate the runtime requirements of compiled code.