Skip to content

Commit fb3885b

Browse files
committed
doc [skip ci]
1 parent 5065bee commit fb3885b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+stdlib/+fileio/file_checksum.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function hash = file_checksum(file, method)
2-
%% file_checkum compute checksum of file
2+
%% file_checksum compute checksum of file
33
% read in chunks to avoid excessive RAM use
44
%
5-
% method: md5, sha1, sha256, etc.
5+
% method: "MD5", "SHA-1", "SHA-256", etc.
66
%
77
% Reference: https://docs.oracle.com/javase/8/docs/api/java/security/MessageDigest.html
88
arguments

0 commit comments

Comments
 (0)