Skip to content

Commit

Permalink
Case sensitivity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeping-barber authored and traefiker committed Jan 15, 2020
1 parent 5381ee6 commit 6d90c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/yaegi/yaegi.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If invoked with no arguments, it processes the standard input
in a Read-Eval-Print-Loop. A prompt is displayed if standard input
is a terminal.
Given a file, it operates on that file. if the first line starts with
Given a file, it operates on that file. If the first line starts with
"#!/usr/bin/env yaegi", and the file has exec permission, then the file
can be invoked directly from the shell.
Expand Down

0 comments on commit 6d90c5a

Please sign in to comment.