Skip to content

Commit 27260b6

Browse files
Remove duplicate sentence
1 parent 04fb498 commit 27260b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flang/docs/FortranStandardsSupport.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ local:
1717
This document summarizes Fortran standards support in Flang. The information is only provided as a guideline. The
1818
TODOs/Not Yet Implemented messages emitted by the compiler for unimplemented features should be treated as authoritative.
1919

20-
The standards support information is provided as a table with three columns that are self explanatory. No distinction is
21-
made between the support in the Parser/Semantics and MLIR or Lowering support. The Status column uses
22-
the letters **P**, **Y**, **N** for the implementation status:
20+
The standards support information is provided as a table with three columns that are self explanatory.
21+
The Status column uses the letters **P**, **Y**, **N** for the implementation status:
2322
- **P** : When the implementation is incomplete for a few cases
2423
- **Y** : When the implementation is complete
2524
- **N** : When the implementation is absent

0 commit comments

Comments
 (0)