Skip to content

Commit

Permalink
Correct method argument naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jan 2, 2025
1 parent a6dc3de commit 5e8378a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography
secureHashFor: aString
secureHashFor: aStringOrByteArray
self subclassResponsibility
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography
secureHashFor: aString
^ SHA1 new hashMessage: aString
secureHashFor: aStringOrByteArray
^ SHA1 new hashMessage: aStringOrByteArray

0 comments on commit 5e8378a

Please sign in to comment.