Browse Source

docs: fix typos

pull/2641/head
amin 2 months ago committed by zanninso
parent
commit
e466e7a21a
  1. 4
      subjects/java/checkpoints/distinct-substring-lenght/README.md

4
subjects/java/checkpoints/distinct-substring-lenght/README.md

@ -2,7 +2,9 @@
### Instructions
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.
Create a class `DistinctSubstringLength` that provides a method to find the length of the longest substring without repeating characters in a given string.
The distinction between characters should be case-sensitive.
### Expected Class

Loading…
Cancel
Save