From d99f1fcbc60fe4820bbcdff71bcd5782b322f200 Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Mon, 25 Nov 2019 07:31:23 +0100 Subject: [PATCH] trivial typo fix --- src/UnPack.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnPack.jl b/src/UnPack.jl index 302c406..ceabc41 100644 --- a/src/UnPack.jl +++ b/src/UnPack.jl @@ -8,7 +8,7 @@ export @unpack, @pack! # Below code slightly adapted from Simon Danisch's GLVisualize via PR # https://github.com/mauro3/Parameters.jl/pull/13 # -# Note, this used to be part of the package Paramters.jl +# Note, this used to be part of the package Parameters.jl """ This function is invoked to unpack one field/entry of some DataType