File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ module stdlib_string_type
124
124
125
125
!> Returns the sentencecase version of the character sequence hold by the input string
126
126
!>
127
- !> This method is Elemental and returns a new string_type instance which holds this
127
+ !> This method is elemental and returns a new string_type instance which holds this
128
128
!> sentencecase character sequence
129
129
interface to_sentence
130
130
module procedure :: to_sentence_string
131
131
end interface to_sentence
132
132
133
133
!> Reverses the character sequence hold by the input string
134
134
!>
135
- !> This method is Elemental and returns a new string_type instance which holds this
135
+ !> This method is elemental and returns a new string_type instance which holds this
136
136
!> reverse character sequence
137
137
interface reverse
138
138
module procedure :: reverse_string
You can’t perform that action at this time.
0 commit comments