From 494556da06265cd4642f24b208f6ac8e8be58643 Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 26 Dec 2024 03:02:34 +0100 Subject: [PATCH] Type is path to zero. --- nx01-x4o-o2o/src/main/java/org/x4o/o2o/CDC1604DashP6.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx01-x4o-o2o/src/main/java/org/x4o/o2o/CDC1604DashP6.java b/nx01-x4o-o2o/src/main/java/org/x4o/o2o/CDC1604DashP6.java index e39744f..399b7d7 100644 --- a/nx01-x4o-o2o/src/main/java/org/x4o/o2o/CDC1604DashP6.java +++ b/nx01-x4o-o2o/src/main/java/org/x4o/o2o/CDC1604DashP6.java @@ -35,7 +35,7 @@ import java.util.PrimitiveIterator; /// ASCII 8 bit can only encoding 10 number glyphs, this 6 bit format can encode 378 different number glyphs. /// (1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+21+22+23+24+25+26+27) /// -/// With pie's the path to zero is: real ONE, relative ONE, real ONE. +/// With pie's the path to zero is: real ONE, relative ONE, relative ONE. /// /// @author Willem Cazander /// @version 1.0 Dec 22, 2024