You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/File.roc
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ IOErr : InternalIOErr.IOErr
53
53
##
54
54
## First encode a `val` using a given `fmt` which implements the ability [Encode.EncoderFormatting](https://www.roc-lang.org/builtins/Encode#EncoderFormatting).
55
55
##
56
-
## For example, suppose you have a `Json.to_compact_utf8` which implements
56
+
## For example, suppose you have a `Json.utf8` which implements
Copy file name to clipboardExpand all lines: platform/Path.roc
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ IOErr : InternalIOErr.IOErr
39
39
##
40
40
## First encode a `val` using a given `fmt` which implements the ability [Encode.EncoderFormatting](https://www.roc-lang.org/builtins/Encode#EncoderFormatting).
41
41
##
42
-
## For example, suppose you have a `Json.to_compact_utf8` which implements
42
+
## For example, suppose you have a `Json.utf8` which implements
0 commit comments