You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change `is_substring` to `is_subset` in introduction.md.
Changing
```
You can see if the `HashSet` of the alphabet `is_substring` of a `HashSet` of the lowercased `sentence`.
```
to
```
You can see if the `HashSet` of the alphabet `is_subset` of a `HashSet` of the lowercased `sentence`.
```
0 commit comments