File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -93,19 +93,21 @@ module stdlib_strings
9393 module procedure :: replace_all_char_char_char
9494 end interface replace_all
9595
96- ! > Left pad the input string
97- ! > [Specifications](link to the specs - to be completed)
9896 ! > Version: experimental
97+ ! >
98+ ! > Left pad the input string
99+ ! > [Specifications](../page/specs/stdlib_strings.html#padl)
99100 interface padl
100101 module procedure :: padl_string_default
101102 module procedure :: padl_string_pad_with
102103 module procedure :: padl_char_default
103104 module procedure :: padl_char_pad_with
104105 end interface padl
105106
106- ! > Right pad the input string
107- ! > [Specifications](link to the specs - to be completed)
108107 ! > Version: experimental
108+ ! >
109+ ! > Right pad the input string
110+ ! > [Specifications](../page/specs/stdlib_strings.html#padr)
109111 interface padr
110112 module procedure :: padr_string_default
111113 module procedure :: padr_string_pad_with
You can’t perform that action at this time.
0 commit comments