From 3c1d265362f77240b1df6f7fafd24db0629703e4 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 17 Aug 2021 11:35:02 +0200 Subject: [PATCH] FIX: Typo --- src/Connection.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection.jl b/src/Connection.jl index dfe1aa3..ac29f69 100644 --- a/src/Connection.jl +++ b/src/Connection.jl @@ -100,7 +100,7 @@ mutable struct _Configuration function _Configuration(managed_by_julia::Bool = false) config = new() - config._deletable(false) + config._deletable = false if managed_by_julia # Only append a finalizer for this if the object is # actually managed by Julia and not created and destroyed -- GitLab