Skip to content

Commit 9e7b073

Browse files
committed
tweak comment
1 parent b12c7db commit 9e7b073

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev/ShortStrings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 65ca2364af105fc2647befe0b73ca3ecdd8c9f7a

test/types/fixedtimezone.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
end
4444

4545
@testset "isbits" begin
46-
# We are not using ShortStrings on 32 bit due to hash being broken on it.
47-
# see https://github.com/JuliaString/MurmurHash3.jl/issues/12
46+
# We are not using ShortStrings on 32-bit due to hash being broken on 32-bit.
47+
# See https://github.com/JuliaString/MurmurHash3.jl/issues/12
4848
if Int === Int64
4949
@test isbits FixedTimeZone("0123")
5050
else

0 commit comments

Comments
 (0)