fixed typo

This commit is contained in:
Dhairya Gandhi 2018-08-17 19:40:48 +05:30
parent 8ad72e51ea
commit 0524964400

View File

@ -1,6 +1,6 @@
using Juno
using Flux.Tracker: back!
include("../utls.jl")
include("../utils.jl")
runall(f) = f
runall(fs::AbstractVector) = () -> foreach(call, fs)