Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Mar 25, 2024
1 parent d613a2a commit f09e0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Terminal/Widgets/Widget.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Terminal::Widgets::Widget
~ " xo:{$.x-offset // '*'},yo:{$.y-offset // '*'},zo:{$.z-offset // '*'}"
}

# Shorted name for gists
# Shortened name for gists
method gist-name() {
self.^name.subst('Terminal::Widgets::', '')
}
Expand Down

0 comments on commit f09e0d2

Please sign in to comment.