From 0fde71489c307beff704da3a91421f4ffdc5a90b Mon Sep 17 00:00:00 2001 From: David Little Date: Thu, 4 Apr 2024 11:15:06 -0400 Subject: [PATCH] cleanup docs --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 7f79333..19170ae 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,7 +9,7 @@ include("set_up_tests.jl") # NOTE: the first two testsets are copied from # https://github.com/JuliaLang/julia/blob/d7dc9a8cc8f2aebf04d5cecc8625be250169644b/test/dict.jl#L565-L626 - # an modified for WeakKeyIdDict. WeakKeyIdDict doesn't support integeres as keys so some + # an modified for WeakKeyIdDict. WeakKeyIdDict doesn't support integers as keys so some # of the tests no longer make sense, and/or have to be modified # https://github.com/JuliaLang/julia/pull/10657