Selaa lähdekoodia

Update 'LoopFun.java'

nhu313 6 vuotta sitten
vanhempi
commit
2a6433abcb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      LoopFun.java

+ 2
- 2
LoopFun.java Näytä tiedosto

@@ -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'