Browse Source

Added std.digest.

Mark Sibly 7 years ago
parent
commit
76c6a36de7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/std/std.monkey2

+ 1 - 1
modules/std/std.monkey2

@@ -78,7 +78,7 @@ Namespace std
 #Import "misc/jsonify"
 #Import "misc/zipfile"
 #Import "misc/base64"
-'#Import "misc/digest"
+#Import "misc/digest"
 
 #Import "socket/socket"
 #Import "socket/socketstream"