seheonCho
seheonCho
javascript-tutorial은 잘 보고 있습니다. 👍 ## 원문 https://github.com/javascript-tutorial/ko.javascript.info/blob/master/1-js/02-first-steps/04-variables/article.md 노란색 사각형 으로 표시한 세곳 중 두번째 ```"Hello!"``` ## 오타수정 ```"Hello!"``` -> ```'Hello!'``` ## 이슈 이유 : 본문 흐름상 작은 따옴표와, 큰...
### Describe the bug I corrected the log typo at the debug level ### Expected behavior aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/transfer/TransferProgress.java The correct log needs to be printed out, logger.debug() log.debug("Number of bytes transferred...
### fix: s3 (I corrected the log typo at the debug level) ## aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/transfer/TransferProgress.java:86 ## before ``` log.debug("Number of bytes transfered is more than the actual total bytes to transfer....