We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3166e28 commit 6d0a36aCopy full SHA for 6d0a36a
script/texdoclib-cli.tlu
@@ -168,7 +168,7 @@ local function do_action(action)
168
texdoc.util.print_zsh_completion()
169
os.exit(C.exit_ok)
170
else
171
- err_print('error', arg[1] .. ' is not supported currently!')
+ err_print('error', arg[1] .. ' is currently not supported.')
172
os.exit(C.exit_error)
173
end
174
spec/action/print_completion_spec.rb
@@ -27,7 +27,7 @@
27
28
it 'should result in the "missing shell operand" error' do
29
expect(last_command_started).to have_exit_status(1)
30
- expect(stderr).to include(error_line "unrealistic-sh is not supported currently!")
+ expect(stderr).to include(error_line "unrealistic-sh is currently not supported.")
31
32
33
0 commit comments