Skip to content

Commit 25b39b8

Browse files
committed
src/librust/rust.rc: Fixes typo 'an executable' vs 'a executable'
1 parent 5f13e9c commit 25b39b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librust/rust.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static commands: &'static [Command<'static>] = &[
6464
Command{
6565
cmd: "run",
6666
action: Call(cmd_run),
67-
usage_line: "build a executable, and run it",
67+
usage_line: "build an executable, and run it",
6868
usage_full: UsgStr(
6969
"The run command is an shortcut for the command line \n\
7070
\"rustc <filename> -o <filestem>~ && ./<filestem>~\".\

0 commit comments

Comments
 (0)