Skip to content

Commit 8fee708

Browse files
HamedHgh
authored andcommitted
Added a starter for sentence to keep the relevanty
1 parent 77b363e commit 8fee708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo -n 'Hello, World' | od -vt x1
4242
Each represented byte in output is equal to the `Hello, World` correspondent character in ASCII Table. e.g. `H` is equal
4343
to `0x48` and so on. So every letter in the string is converted into a character of ASCII table. The `String` is a basic
4444
data type. The main question is what we should do if we'd like to represent complex data structures in an array of bytes
45-
and vice versa. It seems easy at first glance, it's not though. It's highly recommended to persuade the next sections.
45+
and vice versa. It seems easy at first glance, it's not though. For that, it's highly recommended to persuade the next sections.
4646

4747
- [Binary to Text Encoding](https://github.com/KeyvanArj/cryptography-in-use/tree/main/encoding/binary-to-text): This
4848
method will be used as the primitive tool in binary and text data manipulation.

0 commit comments

Comments
 (0)