Skip to content

Commit 7d530fe

Browse files
committed
줄바꿈 누락 수정 (깃허브 엑션 이슈)
1 parent 3551259 commit 7d530fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word-break/hyunolike.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ function wordBreak(s: string, wordDict: string[]): boolean {
1414
}
1515
}
1616
return dp[n];
17-
};
17+
};

0 commit comments

Comments
 (0)