Skip to content

Commit 145b5b0

Browse files
Merge pull request youngyangyang04#824 from Jerry-306/patch-34
解决0392判断子序列 Java版本代码无样式问题
2 parents 8c27a2a + c97ef2d commit 145b5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0392.判断子序列.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public:
141141
142142
143143
Java:
144-
```
144+
```java
145145
class Solution {
146146
public boolean isSubsequence(String s, String t) {
147147
int length1 = s.length(); int length2 = t.length();

0 commit comments

Comments
 (0)