Skip to content

Commit 1a8cc09

Browse files
Janiczeklpil
authored andcommitted
Update the note
1 parent 999d080 commit 1a8cc09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gleam/io.gleam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ pub fn println_error(string: String) -> Nil
8989
/// // [2, 3]
9090
/// ```
9191
///
92-
/// Note: At runtime Gleam doesn't have type information and uses runtime reflection to print the values. This can result in some values being shown in an unexpected way.
92+
/// Note: At runtime Gleam doesn't have type information anymore. This combined
93+
/// with some types having the same runtime representation results in it not
94+
/// always being possible to correctly choose which Gleam syntax to show.
9395
///
9496
pub fn debug(term: anything) -> anything {
9597
term

0 commit comments

Comments
 (0)