nhu313 пре 6 година
родитељ
комит
2a6433abcb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      LoopFun.java

+ 2
- 2
LoopFun.java Прегледај датотеку

@@ -23,8 +23,8 @@ public class LoopFun
23 23
       }
24 24
 
25 25
       /**
26
-       * To prevent anyone from reading our messages, we can encrypt it so it will not be readable by anyone except it
27
-       * intended audience. This method encrypt the message by shifting the character by 3 characters. If the character is
26
+       * To prevent anyone from reading our messages, we can encrypt it so it will only be readable by its
27
+       * intended audience. This method encrypt the message by shifting the letter by 3 characters. If the character is
28 28
        * at the end of the alphabet, it will wraps around.
29 29
        * For example:
30 30
        *  'a' => 'd'