Skip to content

Commit 340454d

Browse files
committed
Fix reference to codata_constant_type in documentation.
1 parent 1c6fc23 commit 340454d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_constants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Experimental
4545

4646
### Description
4747

48-
Convert a [[stdlib_codata_type(module):stdlib_codata_type(type)]] to a real.
48+
Convert a [[stdlib_codata_type(module):codata_constant_type(type)]] to a real.
4949
**Warning**: Some constants cannot be converted to simple precision reals due to the values of the exponents.
5050

5151
### Syntax
@@ -54,7 +54,7 @@ Convert a [[stdlib_codata_type(module):stdlib_codata_type(type)]] to a real.
5454

5555
### Arguments
5656

57-
`c`: argument has `intent(in) ` and shall be of type [[stdlib_codata_type(module):stdlib_codata_type(type)]].
57+
`c`: argument has `intent(in) ` and shall be of type [[stdlib_codata_type(module):codata_constant_type(type)]].
5858

5959
`mold`: argument has `intent(in)` and shall be of `real` type.
6060
**Note**: The type of the `mold` argument defines the type of the result.

0 commit comments

Comments
 (0)