Fix camelCase again
This commit is contained in:
parent
0c36d9d1bd
commit
c6a3e51deb
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ template camelCase(str: string): string =
|
|||
else:
|
||||
res.add(str[i])
|
||||
i += 1
|
||||
res[0] = res[0].toUpperAscii
|
||||
res
|
||||
|
||||
template lowerFirstLetter(str, rep: string): string =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue