Skip to content

Commit 146e8c4

Browse files
kant2002alfonsogarciacaro
authored andcommitted
The from upper letter looks strange
1 parent 5e7d003 commit 146e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/samples/tour/collections.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module Lists =
5959

6060
module Arrays =
6161

62-
/// This is The empty array. Note that the syntax is similar to that of Lists, but uses `[| ... |]` instead.
62+
/// This is the empty array. Note that the syntax is similar to that of Lists, but uses `[| ... |]` instead.
6363
let array1 = [| |]
6464

6565
/// Arrays are specified using the same range of constructs as lists.

0 commit comments

Comments
 (0)