Skip to content

Commit dc19404

Browse files
committed
fix(program_units_and_procedures.md): edit markup on keyword
Because the sinus function was not clearly marked as such in the original document, the translation did not recognize this omission earlier. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent c104501 commit dc19404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/f95_features/program_units_and_procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ interface gamma
292292
end interface
293293
```
294294

295-
We can use existing names, e.g. SIN, and the compiler sorts out the
295+
We can use existing names, e.g. `sin`, and the compiler sorts out the
296296
correct association.
297297

298298
We have already seen the use of interface blocks for defined operators

0 commit comments

Comments
 (0)