Skip to content

Commit 65b1121

Browse files
aman-godarajvdp1
andauthored
replaced "Elemental" with "elemental" in comments
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent c495058 commit 65b1121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_string_type.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)