[Flang][Doc] Correct section depth in IntrinsicTypes.md (#72271)

Fixes flang documentation CI build.
This commit is contained in:
Kiran Chandramohan 2023-11-14 22:41:36 +00:00 committed by GitHub
parent 1d60d54a88
commit 70150d5d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ use LOGICAL values to interface with other languages.
### Representations of LOGICAL variables in other compilers
##### Intel ifort / NVIDA nvfortran / PGI pgf90
#### Intel ifort / NVIDA nvfortran / PGI pgf90
.TRUE. is represented as -1_kind
.FALSE. is represented as 0_kind
Any other values result in undefined behavior.
@ -106,7 +106,7 @@ Any other values result in undefined behavior.
Values with a low-bit set are treated as .TRUE..
Values with a low-bit clear are treated as .FALSE..
##### IBM XLF
#### IBM XLF
.TRUE. is represented as 1_kind
.FALSE. is represented as 0_kind