Skip to content

Commit

Permalink
fix: wrong output return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-III committed Sep 7, 2024
1 parent a17cf3e commit f697277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonbit-docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ trait Hash {
trait Show {
// writes a string representation of `Self` into a `Logger`
output(Self, Logger) -> String
output(Self, Logger) -> Unit
to_string(Self) -> String
}
Expand Down

0 comments on commit f697277

Please sign in to comment.