Skip to content

Commit

Permalink
fix interface comment to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed May 11, 2022
1 parent 577167b commit d6e7864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Interface interface {
// As SetProgram is called when GetProgram is nil, then SetProgram MUST also be called when
// GetProgram returns a program. This prevents nondeterministic behaviour
//
// deprecated: This function should be refactored to ensure that SetProgram is always called
// Deprecated: This function should be refactored to ensure that SetProgram is always called
//
GetProgram(Location) (*interpreter.Program, error)
// SetProgram sets the program for the given location.
Expand Down

0 comments on commit d6e7864

Please sign in to comment.