Skip to content

Commit

Permalink
Fix typo in Assert_Error.to_display_text
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Sep 27, 2023
1 parent ae8dc7a commit 053b07b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ type Assertion_Error

## PRIVATE
Convert the Assertion_Error to a human-readable format.
to_display_test : Text
to_display_test self = "Assertion Error: '" + self.message.to_text + "' at: " + self.stack_trace.to_text
to_display_text : Text
to_display_text self = "Assertion Error: '" + self.message.to_text + "' at: " + self.stack_trace.to_text

@Builtin_Type
type Inexhaustive_Pattern_Match
Expand Down

0 comments on commit 053b07b

Please sign in to comment.