Skip to content

Commit c97ef2d

Browse files
authored
解决0392判断子序列 Java版本代码无样式问题
1 parent 5700119 commit c97ef2d

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)