Browse Source

Update 'LoopFun.java'

nhu313 6 years ago
parent
commit
fd48ba72cd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      LoopFun.java

+ 1
- 1
LoopFun.java View File

16
        * the first character of each word in upper case.
16
        * the first character of each word in upper case.
17
        * For example, given "Ruby on Rails", this method will return "ROR"
17
        * For example, given "Ruby on Rails", this method will return "ROR"
18
        * @param phrase
18
        * @param phrase
19
-       * @return Upper case of the first letter of each word
19
+       * @return Upper case string of the first letter of each word
20
        */
20
        */
21
       public String acronym(String phrase) {
21
       public String acronym(String phrase) {
22
           return null;
22
           return null;