Skip to content

Commit 40ae9fc

Browse files
committed
solved a bug: removed 'all' from the code that dose not allow to run the command
1 parent db207ce commit 40ae9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lua/zencode_when.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ When("remove newlines in ''", function(target)
450450
ACK[target] = src:octet():rmchar( O.from_hex('0A') )
451451
end)
452452

453-
When("remove all occurrences of character '' in ''",
453+
When("remove occurrences of character '' in ''",
454454
function(char, target)
455455
local src = have(target)
456456
local ch = have(char)

0 commit comments

Comments
 (0)