Skip to content

Commit 77b363e

Browse files
HamedHgh
authored andcommitted
Fixed wrong sentence gramatically
1 parent a3ccb4e commit 77b363e

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
@@ -20,7 +20,7 @@ An algorithm and a key are needed things to encode data. The encoded data could
2020
data which will be sent over an API response or special characters on a debug console or unit test functions. On the
2121
other hand, to decode the encoded data you need the algorithm that was used to encode data plus the key of encryption.
2222

23-
But what does happen under the hood? In cryptography, every object will be converted to an array of bytes. This array
23+
But what is happening under the hood? In cryptography, every object will be converted to an array of bytes. This array
2424
will be used as the input of a process and the result of the process will be another array of bytes. The last array of bytes
2525
is our encoded data.
2626

0 commit comments

Comments
 (0)