Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (prog *Program) Load(i int) (string, syntax.Position) {
return id.Name, id.Pos
}

// WriteTo writes the compiled module to the specified output stream.
// Write writes the compiled module to the specified output stream.
func (prog *Program) Write(out io.Writer) error { return prog.compiled.Write(out) }

// ExecFile parses, resolves, and executes a Skylark file in the
Expand Down