changed the file name comment

This commit is contained in:
Celestino Amoroso 2024-07-07 15:55:51 +02:00
parent 2b6e46576b
commit f30e687a79
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com). // Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved. // All rights reserved.
// context.go // expr-context.go
package expr package expr
// ----Expression Context // ----Expression Context

View File

@ -1,7 +1,7 @@
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com). // Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
// All rights reserved. // All rights reserved.
// context.go // expr-function.go
package expr package expr
// ---- Functor interface // ---- Functor interface