X Tutup
Skip to content

Commit f7d9822

Browse files
author
Johan Brichau
committed
correct typo in method name
1 parent 4c66a68 commit f7d9822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repository/Grease-GemStone-Core.package/LargeInteger.extension/instance/greaseByteCount.st renamed to repository/Grease-GemStone-Core.package/LargeInteger.extension/instance/greaseBytesCount.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*grease-gemstone-core
2-
greaseByteCount
2+
greaseBytesCount
33

44
^ self digitLength

repository/Grease-GemStone-Core.package/SmallInteger.extension/instance/greaseByteCount.st renamed to repository/Grease-GemStone-Core.package/SmallInteger.extension/instance/greaseBytesCount.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*grease-gemstone-core
2-
greaseByteCount
2+
greaseBytesCount
33

44
^ self digitLength

0 commit comments

Comments
 (0)
X Tutup