Skip to content

Commit 67568bf

Browse files
authored
Fix typo
1 parent a7e8cfa commit 67568bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/binaryLiterals.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def Test =
5151
assert(0b1111_1111_1111_1111__1111_1111_1111_1111 == -1)
5252

5353
// Randomly generated using https://numbergenerator.org/random-32-bit-binary-number#!numbers=10&length=32&addfilters=
54-
// Converted to sined decimal using https://onlinetoolz.net/unsigned-signed#base=2&bits=32
54+
// Converted to signed decimal using https://onlinetoolz.net/unsigned-signed#base=2&bits=32
5555
assert(0b0110_1000_1100_0101_0010_1100_0100_0011 == 1757752387)
5656
assert(0b1111_0101_0100_1011_0101_1000_0011_0110 == -179611594)
5757
assert(0b0000_0011_0000_1010_1010_0011_0000_0000 == 51028736)

0 commit comments

Comments
 (0)