From ea8613254db6dd4beebfa60fc71e0545a34968da Mon Sep 17 00:00:00 2001 From: Kyrylo Simonov Date: Sun, 1 Jan 2023 15:02:30 +0000 Subject: [PATCH] Fixed test output under Julia nightly --- doc/src/primer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/primer.md b/doc/src/primer.md index 8149f85..00217d4 100644 --- a/doc/src/primer.md +++ b/doc/src/primer.md @@ -1038,6 +1038,7 @@ We could try to make the following query. Unfortunately, the function `rand` evaluated once, which gives us the same value repeated 3 times. Let's try broadcasting. + #? VERSION < v"1.9.0-DEV" unitknot[Lift(1:3) >> rand.('a':'z')] #-> ERROR: ArgumentError: Sampler for this object is not definedâ‹®