diff --git a/src/quantumchannel.jl b/src/quantumchannel.jl index cb80e4d5..dbd1a847 100644 --- a/src/quantumchannel.jl +++ b/src/quantumchannel.jl @@ -6,7 +6,7 @@ Delay and background noise processes are supported. The function `put!` is used to take the contents of a `RegRef` and put it in the channel. That state can can then be received by a register (after a delay) using the `take!` method. -```jldoctest; filter = r"(\\d{4})\\d+" => s"at some memory address" +```jldoctest; filter = r"(\\d{5})\\d+" => s"" julia> using QuantumSavory, ResumableFunctions, ConcurrentSim julia> regA = Register(1); regB = Register(1);