Skip to content

Commit 9a220c2

Browse files
committed
tkf suggestion
1 parent 5e9e114 commit 9a220c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2020/05/invalidations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Using ordinary Julia code, can we avoid this fallback?
630630
One approach is to define the method directly: modify Julia to add
631631

632632
```
633-
reduce_empty(::Base.BottomRF{typeof(max)}, ::Type{VersionNumber}) = _empty_reduce_error()
633+
reduce_empty(::typeof(max), ::Type{VersionNumber}) = _empty_reduce_error()
634634
```
635635

636636
so that we get the same result but don't rely on the fallback.

0 commit comments

Comments
 (0)