Skip to content

Commit

Permalink
show delta
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 15, 2024
1 parent 6e729ce commit 3293a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/PhDefault.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public byte[] delta() {
} else {
throw new ExFailure(
String.format(
"There's no data in the object of %s",
"There's no Δ in the object of %s",
this.forma()
)
);
Expand Down

0 comments on commit 3293a4f

Please sign in to comment.