Skip to content

Commit 3c17a14

Browse files
authored
correct warning text (#116)
1 parent 2498326 commit 3c17a14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/implementation.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ include("macro_impl.jl")
2222
function auto_disable_chunking_warning()
2323
@warn("You passed in a `ChunkSplitters.Chunk` but also a scheduler that has "*
2424
"chunking enabled. Will turn off internal chunking to proceed.\n"*
25-
"To avoid this warning, try to turn off chunking (`nchunks=0` and `chunksize=0`) "*
26-
"or pass in `collect(chunks(...))`.")
25+
"To avoid this warning, turn off chunking (`chunking=false`).")
2726
end
2827

2928
function _chunks(sched, arg)

0 commit comments

Comments
 (0)