using consistent names

This commit is contained in:
Martin Diehl 2018-06-19 19:25:29 +02:00
parent efd2eae63e
commit 2b5db71739
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ module linked_list
procedure :: countKeys => count
procedure :: getFloat => getFloat
procedure :: getFloatArray => getFloats
procedure :: getFloats => getFloats
procedure :: getInt => getInt
procedure :: getIntArray => getInts
procedure :: getInts => getInts
procedure :: getStringsRaw => strings
procedure :: getString => getString