Skip to content

Commit 7147d16

Browse files
authored
typo fix: "class" spelling in jump game2.cpp
1 parent 96e0b9e commit 7147d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetCode/45.jump-game2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ass Solution {
1+
class Solution {
22
public:
33
int jump(vector<int>& nums) {
44
int n = nums.size();

0 commit comments

Comments
 (0)