docs: adding more details in the description

This commit is contained in:
amin 2024-07-04 01:25:10 +01:00 committed by zanninso
parent 917e6bf13d
commit ab26bf6753
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a class `DistinctSubstringLength` that provides a method to find the length of the longest substring without repeating characters in a given string.
Create a class `DistinctSubstringLength` that provides a method to find the length of the longest substring without repeating characters in case sensitive withen the given string.
### Expected Class