소스 검색

Update 'LoopFun.java'

nhu313 6 년 전
부모
커밋
fd48ba72cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      LoopFun.java

+ 1
- 1
LoopFun.java 파일 보기

@@ -16,7 +16,7 @@ public class LoopFun
16 16
        * the first character of each word in upper case.
17 17
        * For example, given "Ruby on Rails", this method will return "ROR"
18 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 21
       public String acronym(String phrase) {
22 22
           return null;