Oops, no conversion needed anymore.
1 files changed, 0 insertions(+), 8 deletions(-)

M content/sequential_io_hexdump.rst
M content/sequential_io_hexdump.rst +0 -8
@@ 68,14 68,6 @@ it is better to do the conversion with a
    end Hex;
       
 
-Hex function takes Unsigned_8 parameter, which is different from Character,
-so you need to do a conversion first.
-
-.. code-block:: ada
-
-   Hex (Data)
-
-
 Now we have all the basic pieces done, the rest of the program is mostly
 formatting and error checking: