From f7bf80724c62ae8c2ae9780b4eee5c57057907df Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 10 Jun 2019 11:39:42 -0700 Subject: [PATCH] document what a REPL is --- command/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/console.go b/command/console.go index d0a435482..da2faf52b 100644 --- a/command/console.go +++ b/command/console.go @@ -174,7 +174,7 @@ func (c *ConsoleCommand) modeInteractive(session *REPLSession) int { // Setup th // from Handle to signal a graceful exit. var ErrSessionExit = errors.New("Session exit") -// Session represents the state for a single REPL session. +// Session represents the state for a single Read-Evaluate-Print-Loop (REPL) session. type REPLSession struct { // Core is used for constructing interpolations based off packer templates Core *packer.Core