Skip to content

Commit

Permalink
Code Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed May 18, 2024
1 parent f9025a3 commit dc571c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fittencode/concurrency/process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ M.open = function(uri)
if uri == nil then
return
end
-- Perfer using nvim-0.10's built-in function
-- Preferred using Neovim 0.10's built-in function
if fn.has('nvim-0.10') == 1 then
vim.ui.open(uri)
return
Expand Down

0 comments on commit dc571c8

Please sign in to comment.