Explorar el Código

Update 'LoopFun.java'

nhu313 hace 6 años
padre
commit
2a6433abcb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      LoopFun.java

+ 2
- 2
LoopFun.java Ver fichero

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