Skip to content

Commit 7475b35

Browse files
change comment
1 parent f43c501 commit 7475b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib/Base64.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ type IExports =
2626
abstract b32encode : byte[] -> byte[]
2727
abstract b16encode : byte[] -> byte
2828

29-
/// Miscellaneous operating system interfaces
29+
/// Base16, Base32, Base64, Base85 Data Encodings
3030
[<ImportAll("base64")>]
3131
let base64: IExports = nativeOnly

0 commit comments

Comments
 (0)