Skip to content

Commit df0279e

Browse files
author
Temur Saidkhodjaev
authored
Fix assignment 5 typo
1 parent 026e977 commit df0279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/assignments/5.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You must add the following operations to Hustle+:
5151
extracts the character at the given index (using 0-based counting). An error is signalled if
5252
the index is out of bounds for the given string or if the first argument is not a string.}
5353
@item{@code[#:lang "racket"]{string-length ; String -> Natural}, which computes the length of the string, or yields an error if its argument is not a string.}
54-
@item{@code[#:lang "racket"]{make-string ; Natural Char -> Natural}, which constructs a string of the given
54+
@item{@code[#:lang "racket"]{make-string ; Natural Char -> String}, which constructs a string of the given
5555
length, filled with the given character If the first argument is not a non-negative integer, of if the second argument is not a character, an error should be returned.}
5656
]
5757

0 commit comments

Comments
 (0)