Skip to content

Commit

Permalink
Add a missing "n" to the header
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
  • Loading branch information
rye authored and Sebastian Thiel committed Jun 16, 2019
1 parent 5a6571e commit 49bc227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/widgets/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl Header {
bold("U"),
text("sage "),
bold("A"),
text("alyzer v"),
text("nalyzer v"),
text(env!("CARGO_PKG_VERSION")),
text(" "),
italic("(press "),
Expand Down

0 comments on commit 49bc227

Please sign in to comment.