Skip to content

Commit 1cf9025

Browse files
committed
Reverted wrong comment
1 parent 67ee7b5 commit 1cf9025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fable-library-py/fable_library/array_.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
_T = TypeVar("_T")
77

8-
# Define typed array constructors. We do not use type aliases here since
9-
# we need to use them as constructors and not just types.
8+
# Define the typed array constructors.
109
Int8Array = array.FSharpCons[int8]("Int8")
1110
UInt8Array = array.FSharpCons[uint8]("UInt8")
1211
Int16Array = array.FSharpCons[int16]("Int16")

0 commit comments

Comments
 (0)