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
124124
125125 !> Returns the sentencecase version of the character sequence hold by the input string
126126 !>
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
128128 !> sentencecase character sequence
129129 interface to_sentence
130130 module procedure :: to_sentence_string
131131 end interface to_sentence
132132
133133 !> Reverses the character sequence hold by the input string
134134 !>
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
136136 !> reverse character sequence
137137 interface reverse
138138 module procedure :: reverse_string
You can’t perform that action at this time.
0 commit comments