Skip to content

Commit 43e24ff

Browse files
Code review feedback
1 parent 3289595 commit 43e24ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/docs/Directives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ A list of non-standard directives supported by Flang
1818
directive allow actual arguments that would otherwise be diagnosed as
1919
incompatible in type (T), kind (K), rank (R), CUDA device (D), or managed (M)
2020
status. The letter (A) is a shorthand for (TKRDM), and is the default when no
21-
letters appear. The letter (C) checks for contiguity for example allowing an
21+
letters appear. The letter (C) checks for contiguity, for example allowing an
2222
element of an assumed-shape array to be passed as a dummy argument. The
2323
letter (P) ignores pointer and allocatable matching, so that one can pass an
24-
allocatable array to routine with pointer array argument and vice-versa. For
24+
allocatable array to routine with pointer array argument and vice versa. For
2525
example, if one wanted to call a "set all bytes to zero" utility that could
2626
be applied to arrays of any type or rank:
2727
```

0 commit comments

Comments
 (0)