Skip to content

Commit a2dfb48

Browse files
committed
Doc: Better section name in STYLE_GUIDE.md
1 parent 99d0f98 commit a2dfb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Fortran allows certain block constructs or scopes to include the name of the pro
6868
The convention adopted herein is to include procedure names, `module` names and `program` names in the `end` statement,
6969
unless the closing statement can reasonably be expected to be on the same screen or page, within about 25 lines.
7070

71-
## Document public and protected entities and arguments using FORD
71+
## Document public API code with FORD
7272

7373
Documentation strings should be provided for all public and protected entities and their arguments or parameters.
7474
This is currently accomplished using the [FORD tool](https://github.com/Fortran-FOSS-Programmers/ford).

0 commit comments

Comments
 (0)