Skip to content

Commit aad0b92

Browse files
aman-godaraawvwgk
andauthored
added specs link in the description comments
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent e4255a3 commit aad0b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_strings.f90

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module stdlib_strings
9494
end interface replace_all
9595

9696
!> Left pad the input string
97-
!> [Specifications](link to the specs - to be completed)
97+
!> [Specifications](../page/specs/stdlib_strings.html#padl)
9898
!> Version: experimental
9999
interface padl
100100
module procedure :: padl_string_default
@@ -104,7 +104,7 @@ module stdlib_strings
104104
end interface padl
105105

106106
!> Right pad the input string
107-
!> [Specifications](link to the specs - to be completed)
107+
!> [Specifications](../page/specs/stdlib_strings.html#padr)
108108
!> Version: experimental
109109
interface padr
110110
module procedure :: padr_string_default

0 commit comments

Comments
 (0)