From 0d5bbfba21c89c00835feda7bf6cfbfff4808553 Mon Sep 17 00:00:00 2001 From: Roman Korostinskiy <70313618+c71n93@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:52:51 +0300 Subject: [PATCH] #2863 fix documentation --- eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdoutTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdoutTest.java b/eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdoutTest.java index aabd1eb58a..9ce05d69a6 100644 --- a/eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdoutTest.java +++ b/eo-runtime/src/test/java/EOorg/EOeolang/EOio/EOstdoutTest.java @@ -143,7 +143,7 @@ public void doesNotPrintTwiceOnFloatComparisonMethods(final String method) { } /** - * Handler implementation for tests. + * PrintWithCmp Phi * * @since 1.0 */