Skip to content

Commit d4fa63c

Browse files
committed
Improve comment in assertions.jl
1 parent 10df396 commit d4fa63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assertions.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License. See LICENSE in the project root.
33
# ------------------------------------------------------------------
44

5-
# assert that all columns of table are Continuous
5+
# assert that all columns are continuous
66
function assert_continuous(table)
77
types = schema(table).scitypes
88
@assert all(T <: Continuous for T in types) "columns must hold continuous variables"

0 commit comments

Comments
 (0)