Skip to content

Commit 2ce8f72

Browse files
committed
#1816: description update
1 parent afda563 commit 2ce8f72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

c-sharp/Problems/arrays-and-hashing/TruncateSentence.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
* Output: "chopper is not a tanuki"
3131
*
3232
* Constraints:
33-
* 1 <= s.length <= 500
34-
* k is in the range [1, the number of words in s].
35-
* s consist of only lowercase and uppercase English letters and spaces.
36-
* The words in s are separated by a single space.
37-
* There are no leading or trailing spaces.
33+
* 1 <= s.length <= 500
34+
* k is in the range [1, the number of words in s].
35+
* s consist of only lowercase and uppercase English letters and spaces.
36+
* The words in s are separated by a single space.
37+
* There are no leading or trailing spaces.
3838
*
3939
* Hint 1:
4040
* It's easier to solve this problem on an array of strings so parse the string to an array of words

0 commit comments

Comments
 (0)