1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
From: Bastian Germann <bage@debian.org>
Date: Mon, 12 May 2025 11:59:25 +0200
Subject: Remove element-of char failing the doc build
---
--- a/suricatta/suricatta.lua
+++ b/suricatta/suricatta.lua
@@ -269,7 +269,7 @@ suricatta.channel = {
--- @class suricatta.operation_channel
--- @field channel suricatta.open_channel Channel table as returned by `suricatta.channel.open()`
--- @field drain_messages boolean | nil Whether to flush all progress messages or only those while in-flight operation (default)
---- @field ∈ suricatta.channel.options | nil Channel options to override for this operation
+--- @field suricatta.channel.options | nil Channel options to override for this operation
--- Install an update artifact from remote server or local file.
--
|