Skip to content

Commit

Permalink
Merge pull request #297 from Frank-III/fix-show
Browse files Browse the repository at this point in the history
fix: wrong `output` return type
  • Loading branch information
bobzhang authored Sep 8, 2024
2 parents a17cf3e + f697277 commit 72e4c4d
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 72e4c4d

Please sign in to comment.