diff options
Diffstat (limited to 'tools/inspect')
-rw-r--r-- | tools/inspect/inspect.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inspect/inspect.vala b/tools/inspect/inspect.vala index da9f86c6..555c3368 100644 --- a/tools/inspect/inspect.vala +++ b/tools/inspect/inspect.vala @@ -455,8 +455,8 @@ public class Folks.Inspect.Client : Object /* Reset the readline state ready to display a new prompt. If the * pager exited as the result of a signal, it probably didn't - * tidy up after itself (e.g. `less` leaves a colon prompt behind - * on the current line), so move to a new line. Doing this + * tidy up after itself (e.g. ``less`` leaves a colon prompt + * behind on the current line), so move to a new line. Doing this * normally just looks a bit weird. */ if (Process.if_signaled (status)) { |