From f30e687a79dad6dadbbfdcae8bd6ed7aca58c92e Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Sun, 7 Jul 2024 15:55:51 +0200 Subject: [PATCH] changed the file name comment --- expr-context.go | 2 +- expr-function.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expr-context.go b/expr-context.go index 5746b08..499a33b 100644 --- a/expr-context.go +++ b/expr-context.go @@ -1,7 +1,7 @@ // Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com). // All rights reserved. -// context.go +// expr-context.go package expr // ----Expression Context diff --git a/expr-function.go b/expr-function.go index e634da6..9e33051 100644 --- a/expr-function.go +++ b/expr-function.go @@ -1,7 +1,7 @@ // Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com). // All rights reserved. -// context.go +// expr-function.go package expr // ---- Functor interface